| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _PARAMSELECT_MODEL
Integer value of enum value "PARAMSELECT_MODEL" Parameters will be selected from any model. |
| static final ParameterSelectionContext | PARAMSELECT_MODEL
Object value of enum value "PARAMSELECT_MODEL" Parameters will be selected from any model. |
| static final int | _PARAMSELECT_PART
Integer value of enum value "PARAMSELECT_PART" Parameters will be selected from any part. |
| static final ParameterSelectionContext | PARAMSELECT_PART
Object value of enum value "PARAMSELECT_PART" Parameters will be selected from any part. |
| static final int | _PARAMSELECT_ASM
Integer value of enum value "PARAMSELECT_ASM" Parameters will be selected from any assembly. |
| static final ParameterSelectionContext | PARAMSELECT_ASM
Object value of enum value "PARAMSELECT_ASM" Parameters will be selected from any assembly. |
| static final int | _PARAMSELECT_FEATURE
Integer value of enum value "PARAMSELECT_FEATURE" Parameters will be selected from any feature. |
| static final ParameterSelectionContext | PARAMSELECT_FEATURE
Object value of enum value "PARAMSELECT_FEATURE" Parameters will be selected from any feature. |
| static final int | _PARAMSELECT_EDGE
Integer value of enum value "PARAMSELECT_EDGE" Parameters will be selected from any edge. |
| static final ParameterSelectionContext | PARAMSELECT_EDGE
Object value of enum value "PARAMSELECT_EDGE" Parameters will be selected from any edge. |
| static final int | _PARAMSELECT_SURFACE
Integer value of enum value "PARAMSELECT_SURFACE" Parameters will be selected from any surface. |
| static final ParameterSelectionContext | PARAMSELECT_SURFACE
Object value of enum value "PARAMSELECT_SURFACE" Parameters will be selected from any surface. |
| static final int | _PARAMSELECT_QUILT
Integer value of enum value "PARAMSELECT_QUILT" Parameters will be selected from any quilt. |
| static final ParameterSelectionContext | PARAMSELECT_QUILT
Object value of enum value "PARAMSELECT_QUILT" Parameters will be selected from any quilt. |
| static final int | _PARAMSELECT_CURVE
Integer value of enum value "PARAMSELECT_CURVE" Parameters will be selected from any curve. |
| static final ParameterSelectionContext | PARAMSELECT_CURVE
Object value of enum value "PARAMSELECT_CURVE" Parameters will be selected from any curve. |
| static final int | _PARAMSELECT_COMPOSITE_CURVE
Integer value of enum value "PARAMSELECT_COMPOSITE_CURVE" Parameters will be selected from any context curve. |
| static final ParameterSelectionContext | PARAMSELECT_COMPOSITE_CURVE
Object value of enum value "PARAMSELECT_COMPOSITE_CURVE" Parameters will be selected from any context curve. |
| static final int | _PARAMSELECT_INHERITED
Integer value of enum value "PARAMSELECT_INHERITED" Parameters will be selected from any inherited item. |
| static final ParameterSelectionContext | PARAMSELECT_INHERITED
Object value of enum value "PARAMSELECT_INHERITED" Parameters will be selected from any inherited item. |
| static final int | _PARAMSELECT_SKELETON
Integer value of enum value "PARAMSELECT_SKELETON" Parameters will be selected from any skeleton. |
| static final ParameterSelectionContext | PARAMSELECT_SKELETON
Object value of enum value "PARAMSELECT_SKELETON" Parameters will be selected from any skeleton. |
| static final int | _PARAMSELECT_COMPONENT
Integer value of enum value "PARAMSELECT_COMPONENT" Parameters will be selected from any component. |
| static final ParameterSelectionContext | PARAMSELECT_COMPONENT
Object value of enum value "PARAMSELECT_COMPONENT" Parameters will be selected from any component. |
| static final int | _PARAMSELECT_ALLOW_SUBITEM_SELECTION
Integer value of enum value "PARAMSELECT_ALLOW_SUBITEM_SELECTION" |
| static final ParameterSelectionContext | PARAMSELECT_ALLOW_SUBITEM_SELECTION
Object value of enum value "PARAMSELECT_ALLOW_SUBITEM_SELECTION" |
| static final int | _ParameterSelectionContext_null
Enum null value. |
| Method Summary | |
|---|---|
| static ParameterSelectionContext | FromInt
(int value)
Creates enum object from an integer. |
| static ParameterSelectionContext | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static ParameterSelectionContext | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ParameterSelectionContext | FromInt | (Integer value) |
Creates enum object from an integer object.
|