public static class BoundarySet.ToolSideTypes extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_INSIDE_OR_LEFT
inside for closed boundary, or left side for open boundary
|
static int |
_OUTSIDE_OR_RIGHT
outside for closed boundary, or right side for open boundary
|
static BoundarySet.ToolSideTypes |
INSIDE_OR_LEFT
inside for closed boundary, or left side for open boundary
|
static BoundarySet.ToolSideTypes |
OUTSIDE_OR_RIGHT
outside for closed boundary, or right side for open boundary
|
Modifier and Type | Method and Description |
---|---|
static BoundarySet.ToolSideTypes |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static BoundarySet.ToolSideTypes |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static BoundarySet.ToolSideTypes[] |
values()
Returns an array that contains the values for this enum.
|
public static final BoundarySet.ToolSideTypes INSIDE_OR_LEFT
public static final BoundarySet.ToolSideTypes OUTSIDE_OR_RIGHT
public static final int _INSIDE_OR_LEFT
public static final int _OUTSIDE_OR_RIGHT
public static BoundarySet.ToolSideTypes valueOf(int value)
public static BoundarySet.ToolSideTypes valueOf(String name)
public static BoundarySet.ToolSideTypes[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.