Library | Package Java Toolkit

Class ImportType

package com.ptc.pfc.pfcModel;

public class ImportType
  implements jxenum



Description

Enumeration of the available import-instructions classes.



Field Summary
static final int_IMPORT_RELATION
    Integer value of enum value "IMPORT_RELATION"
    Returned by RelationImportInstructions objects.
static final ImportTypeIMPORT_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 ImportTypeIMPORT_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 ImportTypeIMPORT_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 ImportTypeIMPORT_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 ImportTypeIMPORT_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 ImportTypeIMPORT_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 ImportTypeIMPORT_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 ImportTypeIMPORT_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 ImportTypeIMPORT_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 ImportTypeIMPORT_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 ImportTypeIMPORT_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 ImportTypeIMPORT_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 ImportTypeIMPORT_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 ImportTypeIMPORT_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 ImportTypeIMPORT_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 ImportTypeFromInt (int value)
    Creates enum object from an integer.
static ImportTypeFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static ImportTypeFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static ImportTypeFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.