| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _CUT_OPERATION
Integer value of enum value "CUT_OPERATION" Removes material from the model. |
| static final OperationType | CUT_OPERATION
Object value of enum value "CUT_OPERATION" Removes material from the model. |
| static final int | _ADD_OPERATION
Integer value of enum value "ADD_OPERATION" Adds material to the model. |
| static final OperationType | ADD_OPERATION
Object value of enum value "ADD_OPERATION" Adds material to the model. |
| static final int | _OperationType_null
Enum null value. |
| Method Summary | |
|---|---|
| static OperationType | FromInt
(int value)
Creates enum object from an integer. |
| static OperationType | 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 OperationType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static OperationType | FromInt | (Integer value) |
Creates enum object from an integer object.
|