| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _CREO_PARAMETRIC
Integer value of enum value "CREO_PARAMETRIC" |
| static final CreoType | CREO_PARAMETRIC
Object value of enum value "CREO_PARAMETRIC" |
| static final int | _CREO_DIRECT
Integer value of enum value "CREO_DIRECT" |
| static final CreoType | CREO_DIRECT
Object value of enum value "CREO_DIRECT" |
| static final int | _CREO_SIMULATE
Integer value of enum value "CREO_SIMULATE" |
| static final CreoType | CREO_SIMULATE
Object value of enum value "CREO_SIMULATE" |
| static final int | _CREO_LAYOUT
Integer value of enum value "CREO_LAYOUT" |
| static final CreoType | CREO_LAYOUT
Object value of enum value "CREO_LAYOUT" |
| static final int | _CREO_OPTIONS_MODELER
Integer value of enum value "CREO_OPTIONS_MODELER" |
| static final CreoType | CREO_OPTIONS_MODELER
Object value of enum value "CREO_OPTIONS_MODELER" |
| static final int | _CREO_SHELL
Integer value of enum value "CREO_SHELL" |
| static final CreoType | CREO_SHELL
Object value of enum value "CREO_SHELL" |
| static final int | _CreoType_null
Enum null value. |
| Method Summary | |
|---|---|
| static CreoType | FromInt
(int value)
Creates enum object from an integer. |
| static CreoType | 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 CreoType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static CreoType | FromInt | (Integer value) |
Creates enum object from an integer object.
|