Library | Package Java Toolkit

Class ComponentType

package com.ptc.pfc.pfcComponentFeat;

public class ComponentType
  implements jxenum



Description

This enumerated type contains the possible purposes for an assembly component.



Field Summary
static final int_COMPONENT_WORKPIECE
    Integer value of enum value "COMPONENT_WORKPIECE"
     
static final ComponentTypeCOMPONENT_WORKPIECE
    Object value of enum value "COMPONENT_WORKPIECE"
     
static final int_COMPONENT_REF_MODEL
    Integer value of enum value "COMPONENT_REF_MODEL"
     
static final ComponentTypeCOMPONENT_REF_MODEL
    Object value of enum value "COMPONENT_REF_MODEL"
     
static final int_COMPONENT_FIXTURE
    Integer value of enum value "COMPONENT_FIXTURE"
     
static final ComponentTypeCOMPONENT_FIXTURE
    Object value of enum value "COMPONENT_FIXTURE"
     
static final int_COMPONENT_MOLD_BASE
    Integer value of enum value "COMPONENT_MOLD_BASE"
     
static final ComponentTypeCOMPONENT_MOLD_BASE
    Object value of enum value "COMPONENT_MOLD_BASE"
     
static final int_COMPONENT_MOLD_COMP
    Integer value of enum value "COMPONENT_MOLD_COMP"
     
static final ComponentTypeCOMPONENT_MOLD_COMP
    Object value of enum value "COMPONENT_MOLD_COMP"
     
static final int_COMPONENT_MOLD_ASSEM
    Integer value of enum value "COMPONENT_MOLD_ASSEM"
     
static final ComponentTypeCOMPONENT_MOLD_ASSEM
    Object value of enum value "COMPONENT_MOLD_ASSEM"
     
static final int_COMPONENT_GEN_ASSEM
    Integer value of enum value "COMPONENT_GEN_ASSEM"
     
static final ComponentTypeCOMPONENT_GEN_ASSEM
    Object value of enum value "COMPONENT_GEN_ASSEM"
     
static final int_COMPONENT_CAST_ASSEM
    Integer value of enum value "COMPONENT_CAST_ASSEM"
     
static final ComponentTypeCOMPONENT_CAST_ASSEM
    Object value of enum value "COMPONENT_CAST_ASSEM"
     
static final int_COMPONENT_DIE_BLOCK
    Integer value of enum value "COMPONENT_DIE_BLOCK"
     
static final ComponentTypeCOMPONENT_DIE_BLOCK
    Object value of enum value "COMPONENT_DIE_BLOCK"
     
static final int_COMPONENT_DIE_COMP
    Integer value of enum value "COMPONENT_DIE_COMP"
     
static final ComponentTypeCOMPONENT_DIE_COMP
    Object value of enum value "COMPONENT_DIE_COMP"
     
static final int_COMPONENT_SAND_CORE
    Integer value of enum value "COMPONENT_SAND_CORE"
     
static final ComponentTypeCOMPONENT_SAND_CORE
    Object value of enum value "COMPONENT_SAND_CORE"
     
static final int_COMPONENT_CAST_RESULT
    Integer value of enum value "COMPONENT_CAST_RESULT"
     
static final ComponentTypeCOMPONENT_CAST_RESULT
    Object value of enum value "COMPONENT_CAST_RESULT"
     
static final int_COMPONENT_FROM_MOTION
    Integer value of enum value "COMPONENT_FROM_MOTION"
     
static final ComponentTypeCOMPONENT_FROM_MOTION
    Object value of enum value "COMPONENT_FROM_MOTION"
     
static final int_COMPONENT_NO_DEF_ASSUM
    Integer value of enum value "COMPONENT_NO_DEF_ASSUM"
     
static final ComponentTypeCOMPONENT_NO_DEF_ASSUM
    Object value of enum value "COMPONENT_NO_DEF_ASSUM"
     
static final int_COMPONENT_NONE
    Integer value of enum value "COMPONENT_NONE"
     
static final ComponentTypeCOMPONENT_NONE
    Object value of enum value "COMPONENT_NONE"
     
static final int_ComponentType_null
    Enum null value.

Method Summary
static ComponentTypeFromInt (int value)
    Creates enum object from an integer.
static ComponentTypeFromInt (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 ComponentTypeFromInt (int value)


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


FromInt

static ComponentTypeFromInt (Integer value)


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