| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _MDL_ASSEMBLY
Integer value of enum value "MDL_ASSEMBLY" An assembly. |
| static final ModelType | MDL_ASSEMBLY
Object value of enum value "MDL_ASSEMBLY" An assembly. |
| static final int | _MDL_PART
Integer value of enum value "MDL_PART" A part. |
| static final ModelType | MDL_PART
Object value of enum value "MDL_PART" A part. |
| static final int | _MDL_DRAWING
Integer value of enum value "MDL_DRAWING" A drawing. |
| static final ModelType | MDL_DRAWING
Object value of enum value "MDL_DRAWING" A drawing. |
| static final int | _MDL_2D_SECTION
Integer value of enum value "MDL_2D_SECTION" A two-dimensional section. |
| static final ModelType | MDL_2D_SECTION
Object value of enum value "MDL_2D_SECTION" A two-dimensional section. |
| static final int | _MDL_LAYOUT
Integer value of enum value "MDL_LAYOUT" A layout. |
| static final ModelType | MDL_LAYOUT
Object value of enum value "MDL_LAYOUT" A layout. |
| static final int | _MDL_DWG_FORMAT
Integer value of enum value "MDL_DWG_FORMAT" A drawing format. |
| static final ModelType | MDL_DWG_FORMAT
Object value of enum value "MDL_DWG_FORMAT" A drawing format. |
| static final int | _MDL_MFG
Integer value of enum value "MDL_MFG" A manufacturing model. |
| static final ModelType | MDL_MFG
Object value of enum value "MDL_MFG" A manufacturing model. |
| static final int | _MDL_REPORT
Integer value of enum value "MDL_REPORT" A report. |
| static final ModelType | MDL_REPORT
Object value of enum value "MDL_REPORT" A report. |
| static final int | _MDL_MARKUP
Integer value of enum value "MDL_MARKUP" A drawing markup. |
| static final ModelType | MDL_MARKUP
Object value of enum value "MDL_MARKUP" A drawing markup. |
| static final int | _MDL_DIAGRAM
Integer value of enum value "MDL_DIAGRAM" A diagram. |
| static final ModelType | MDL_DIAGRAM
Object value of enum value "MDL_DIAGRAM" A diagram. |
| static final int | _MDL_UNSPECIFIED
Integer value of enum value "MDL_UNSPECIFIED" Not specifying a particular model type |
| static final ModelType | MDL_UNSPECIFIED
Object value of enum value "MDL_UNSPECIFIED" Not specifying a particular model type |
| static final int | _MDL_CE_SOLID
Integer value of enum value "MDL_CE_SOLID" Layout model; NOTE: this type is read-only, passing it back to Creo may lead to unpredictable behavior. |
| static final ModelType | MDL_CE_SOLID
Object value of enum value "MDL_CE_SOLID" Layout model; NOTE: this type is read-only, passing it back to Creo may lead to unpredictable behavior. |
| static final int | _MDL_CE_DRAWING
Integer value of enum value "MDL_CE_DRAWING" Reserved for internal use. |
| static final ModelType | MDL_CE_DRAWING
Object value of enum value "MDL_CE_DRAWING" Reserved for internal use. |
| static final int | _ModelType_null
Enum null value. |
| Method Summary | |
|---|---|
| static ModelType | FromInt
(int value)
Creates enum object from an integer. |
| static ModelType | 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 ModelType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ModelType | FromInt | (Integer value) |
Creates enum object from an integer object.
|