com.ptc.windchill.mpml.processplan
Class MPMProcessPlanCategory

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

public final class MPMProcessPlanCategory
extends EnumeratedType
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static MPMProcessPlanCategory MAINTENANCE
          

Supported API: true
static MPMProcessPlanCategory PRODUCTION
          

Supported API: true
static MPMProcessPlanCategory QUALITY
          

Supported API: true
static MPMProcessPlanCategory REPAIR
          

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


Supported API: true


QUALITY

public static final MPMProcessPlanCategory QUALITY


Supported API: true


MAINTENANCE

public static final MPMProcessPlanCategory MAINTENANCE


Supported API: true


REPAIR

public static final MPMProcessPlanCategory REPAIR


Supported API: true

Method Detail

toMPMProcessPlanCategory

public static MPMProcessPlanCategory toMPMProcessPlanCategory(String internal_value)
                                                       throws WTInvalidParameterException
Returns the MPMProcessPlanCategory instance for the internal_value argument.

Supported API: true

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

getMPMProcessPlanCategoryDefault

public static MPMProcessPlanCategory getMPMProcessPlanCategoryDefault()
Returns the default value (instance) for the MPMProcessPlanCategory set.

Supported API: true

Returns:
MPMProcessPlanCategory

getMPMProcessPlanCategorySet

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

Supported API: true

Returns:
MPMProcessPlanCategory[]

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