com.ptc.windchill.mpml.resource
Class MPMWorkCenterType

java.lang.Object
  extended by wt.fc.EnumeratedType
      extended by com.ptc.windchill.mpml.resource.MPMWorkCenterType
All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message

public final class MPMWorkCenterType
extends EnumeratedType
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static MPMWorkCenterType LINE
          

Supported API: true
static MPMWorkCenterType RESOURCE_POOL
          

Supported API: true
static MPMWorkCenterType WORK_CELL
          

Supported API: true
static MPMWorkCenterType WORK_UNIT
          

Supported API: true
static MPMWorkCenterType WORKSTATION
          

Supported API: true
 
Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE
 
Method Summary
static MPMWorkCenterType getMPMWorkCenterTypeDefault()
          Returns the default value (instance) for the MPMWorkCenterType set.
static MPMWorkCenterType[] getMPMWorkCenterTypeSet()
          Returns a copy of the set of valid values (instances) for the MPMWorkCenterType class.
 EnumeratedType[] getValueSet()
          Returns a copy of the set of valid values (instances) for this instance, for the current user locale.
static MPMWorkCenterType toMPMWorkCenterType(String internal_value)
          Returns the MPMWorkCenterType instance for the internal_value argument.
 
Methods inherited from class wt.fc.EnumeratedType
equals, getAbbreviatedDisplay, getDisplay, getDisplay, getFullDisplay, getLocalizedMessage, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

WORK_UNIT

public static final MPMWorkCenterType WORK_UNIT


Supported API: true


WORK_CELL

public static final MPMWorkCenterType WORK_CELL


Supported API: true


LINE

public static final MPMWorkCenterType LINE


Supported API: true


RESOURCE_POOL

public static final MPMWorkCenterType RESOURCE_POOL


Supported API: true


WORKSTATION

public static final MPMWorkCenterType WORKSTATION


Supported API: true

Method Detail

toMPMWorkCenterType

public static MPMWorkCenterType toMPMWorkCenterType(String internal_value)
                                             throws WTInvalidParameterException
Returns the MPMWorkCenterType instance for the internal_value argument.

Supported API: true

Parameters:
internal_value - The internal (persistent) value for a valid instance of MPMWorkCenterType.
Returns:
MPMWorkCenterType
Throws:
WTInvalidParameterException

getMPMWorkCenterTypeDefault

public static MPMWorkCenterType getMPMWorkCenterTypeDefault()
Returns the default value (instance) for the MPMWorkCenterType set.

Supported API: true

Returns:
MPMWorkCenterType

getMPMWorkCenterTypeSet

public static MPMWorkCenterType[] getMPMWorkCenterTypeSet()
Returns a copy of the set of valid values (instances) for the MPMWorkCenterType class.

Supported API: true

Returns:
MPMWorkCenterType[]

getValueSet

public EnumeratedType[] getValueSet()
Returns a copy of the set of valid values (instances) for this instance, for the current user locale.

Supported API: true

Specified by:
getValueSet in class EnumeratedType
Returns:
EnumeratedType[]