| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _IMPORT_RELATION
Integer value of enum value "IMPORT_RELATION" Returned by RelationImportInstructions objects. |
| static final ImportType | IMPORT_RELATION
Object value of enum value "IMPORT_RELATION" Returned by RelationImportInstructions objects. |
| static final int | _IMPORT_IGES_SECTION
Integer value of enum value "IMPORT_IGES_SECTION" Returned by IGESSectionImportInstructions objects. |
| static final ImportType | IMPORT_IGES_SECTION
Object value of enum value "IMPORT_IGES_SECTION" Returned by IGESSectionImportInstructions objects. |
| static final int | _IMPORT_PROGRAM
Integer value of enum value "IMPORT_PROGRAM" Returned by ProgramImportInstructions objects. |
| static final ImportType | IMPORT_PROGRAM
Object value of enum value "IMPORT_PROGRAM" Returned by ProgramImportInstructions objects. |
| static final int | _IMPORT_CONFIG
Integer value of enum value "IMPORT_CONFIG" Returned by ConfigImportInstructions objects. |
| static final ImportType | IMPORT_CONFIG
Object value of enum value "IMPORT_CONFIG" Returned by ConfigImportInstructions objects. |
| static final int | _IMPORT_DWG_SETUP
Integer value of enum value "IMPORT_DWG_SETUP" Returned by DWGSetupImportInstructions objects. |
| static final ImportType | IMPORT_DWG_SETUP
Object value of enum value "IMPORT_DWG_SETUP" Returned by DWGSetupImportInstructions objects. |
| static final int | _IMPORT_SPOOL
Integer value of enum value "IMPORT_SPOOL" Returned by SpoolImportInstructions objects. |
| static final ImportType | IMPORT_SPOOL
Object value of enum value "IMPORT_SPOOL" Returned by SpoolImportInstructions objects. |
| static final int | _IMPORT_CONNECTOR_PARAMS
Integer value of enum value "IMPORT_CONNECTOR_PARAMS" Returned by ConnectorParamsImportInstructions objects. |
| static final ImportType | IMPORT_CONNECTOR_PARAMS
Object value of enum value "IMPORT_CONNECTOR_PARAMS" Returned by ConnectorParamsImportInstructions objects. |
| static final int | _IMPORT_CABLE_PARAMS
Integer value of enum value "IMPORT_CABLE_PARAMS" Returned by CableParamsImportInstructions objects. |
| static final ImportType | IMPORT_CABLE_PARAMS
Object value of enum value "IMPORT_CABLE_PARAMS" Returned by CableParamsImportInstructions objects. |
| static final int | _IMPORT_ASSEM_TREE_CFG
Integer value of enum value "IMPORT_ASSEM_TREE_CFG" Returned by ASSEMTreeCFGImportInstructions objects. |
| static final ImportType | IMPORT_ASSEM_TREE_CFG
Object value of enum value "IMPORT_ASSEM_TREE_CFG" Returned by ASSEMTreeCFGImportInstructions objects. |
| static final int | _IMPORT_WIRELIST
Integer value of enum value "IMPORT_WIRELIST" Returned by WireListImportInstructions objects. |
| static final ImportType | IMPORT_WIRELIST
Object value of enum value "IMPORT_WIRELIST" Returned by WireListImportInstructions objects. |
| static final int | _IMPORT_2D_STEP
Integer value of enum value "IMPORT_2D_STEP" |
| static final ImportType | IMPORT_2D_STEP
Object value of enum value "IMPORT_2D_STEP" |
| static final int | _IMPORT_2D_IGES
Integer value of enum value "IMPORT_2D_IGES" |
| static final ImportType | IMPORT_2D_IGES
Object value of enum value "IMPORT_2D_IGES" |
| static final int | _IMPORT_2D_DXF
Integer value of enum value "IMPORT_2D_DXF" |
| static final ImportType | IMPORT_2D_DXF
Object value of enum value "IMPORT_2D_DXF" |
| static final int | _IMPORT_2D_DWG
Integer value of enum value "IMPORT_2D_DWG" |
| static final ImportType | IMPORT_2D_DWG
Object value of enum value "IMPORT_2D_DWG" |
| static final int | _IMPORT_2D_CADAM
Integer value of enum value "IMPORT_2D_CADAM" Reserved for internal use. |
| static final ImportType | IMPORT_2D_CADAM
Object value of enum value "IMPORT_2D_CADAM" Reserved for internal use. |
| static final int | _ImportType_null
Enum null value. |
| Method Summary | |
|---|---|
| static ImportType | FromInt
(int value)
Creates enum object from an integer. |
| static ImportType | 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 ImportType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ImportType | FromInt | (Integer value) |
Creates enum object from an integer object.
|