| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _MODEL_RETRIEVE_NONE
Integer value of enum value "MODEL_RETRIEVE_NONE" Do not retrieve model |
| static final WModelRetrieveOption | MODEL_RETRIEVE_NONE
Object value of enum value "MODEL_RETRIEVE_NONE" Do not retrieve model |
| static final int | _MODEL_RETRIEVE_NORMAL
Integer value of enum value "MODEL_RETRIEVE_NORMAL" Retrieve normally |
| static final WModelRetrieveOption | MODEL_RETRIEVE_NORMAL
Object value of enum value "MODEL_RETRIEVE_NORMAL" Retrieve normally |
| static final int | _MODEL_RETRIEVE_SIMP_REP
Integer value of enum value "MODEL_RETRIEVE_SIMP_REP" Retrieve in simplified representation. |
| static final WModelRetrieveOption | MODEL_RETRIEVE_SIMP_REP
Object value of enum value "MODEL_RETRIEVE_SIMP_REP" Retrieve in simplified representation. |
| static final int | _MODEL_RETRIEVE_VIEW_ONLY
Integer value of enum value "MODEL_RETRIEVE_VIEW_ONLY" Retrieve in view only mode.Valid for drawings only |
| static final WModelRetrieveOption | MODEL_RETRIEVE_VIEW_ONLY
Object value of enum value "MODEL_RETRIEVE_VIEW_ONLY" Retrieve in view only mode.Valid for drawings only |
| static final int | _WModelRetrieveOption_null
Enum null value. |
| Method Summary | |
|---|---|
| static WModelRetrieveOption | FromInt
(int value)
Creates enum object from an integer. |
| static WModelRetrieveOption | 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 WModelRetrieveOption | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static WModelRetrieveOption | FromInt | (Integer value) |
Creates enum object from an integer object.
|