com.ptc.windchill.mpml.resource
Class MPMPlantType

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

public final class MPMPlantType
extends EnumeratedType
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static MPMPlantType MAINTENANCE
          

Supported API: true
static MPMPlantType PRODUCTION
          

Supported API: true
static MPMPlantType SERVICE
          

Supported API: true
 
Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE
 
Method Summary
static MPMPlantType getMPMPlantTypeDefault()
          Returns the default value (instance) for the MPMPlantType set.
static MPMPlantType[] getMPMPlantTypeSet()
          Returns a copy of the set of valid values (instances) for the MPMPlantType class.
 EnumeratedType[] getValueSet()
          Returns a copy of the set of valid values (instances) for this instance, for the current user locale.
static MPMPlantType toMPMPlantType(String internal_value)
          Returns the MPMPlantType 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

PRODUCTION

public static final MPMPlantType PRODUCTION


Supported API: true


MAINTENANCE

public static final MPMPlantType MAINTENANCE


Supported API: true


SERVICE

public static final MPMPlantType SERVICE


Supported API: true

Method Detail

toMPMPlantType

public static MPMPlantType toMPMPlantType(String internal_value)
                                   throws WTInvalidParameterException
Returns the MPMPlantType instance for the internal_value argument.

Supported API: true

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

getMPMPlantTypeDefault

public static MPMPlantType getMPMPlantTypeDefault()
Returns the default value (instance) for the MPMPlantType set.

Supported API: true

Returns:
MPMPlantType

getMPMPlantTypeSet

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

Supported API: true

Returns:
MPMPlantType[]

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[]