| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _IMPORT_LAYER_DISPLAY
Integer value of enum value "IMPORT_LAYER_DISPLAY" Show the layer in the imported model. |
| static final ImportAction | IMPORT_LAYER_DISPLAY
Object value of enum value "IMPORT_LAYER_DISPLAY" Show the layer in the imported model. |
| static final int | _IMPORT_LAYER_SKIP
Integer value of enum value "IMPORT_LAYER_SKIP" Skip import of this layer and its contents. |
| static final ImportAction | IMPORT_LAYER_SKIP
Object value of enum value "IMPORT_LAYER_SKIP" Skip import of this layer and its contents. |
| static final int | _IMPORT_LAYER_BLANK
Integer value of enum value "IMPORT_LAYER_BLANK" Blank the layer in the imported model. |
| static final ImportAction | IMPORT_LAYER_BLANK
Object value of enum value "IMPORT_LAYER_BLANK" Blank the layer in the imported model. |
| static final int | _IMPORT_LAYER_IGNORE
Integer value of enum value "IMPORT_LAYER_IGNORE" Ignore layer status (layer items will be imported, but layer will not exist in the imported model). |
| static final ImportAction | IMPORT_LAYER_IGNORE
Object value of enum value "IMPORT_LAYER_IGNORE" Ignore layer status (layer items will be imported, but layer will not exist in the imported model). |
| static final int | _IMPORT_LAYER_NORMAL
Integer value of enum value "IMPORT_LAYER_NORMAL" |
| static final ImportAction | IMPORT_LAYER_NORMAL
Object value of enum value "IMPORT_LAYER_NORMAL" |
| static final int | _IMPORT_LAYER_HIDDEN
Integer value of enum value "IMPORT_LAYER_HIDDEN" |
| static final ImportAction | IMPORT_LAYER_HIDDEN
Object value of enum value "IMPORT_LAYER_HIDDEN" |
| static final int | _ImportAction_null
Enum null value. |
| Method Summary | |
|---|---|
| static ImportAction | FromInt
(int value)
Creates enum object from an integer. |
| static ImportAction | 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 ImportAction | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ImportAction | FromInt | (Integer value) |
Creates enum object from an integer object.
|