com.ptc.windchill.mpml.resource
Class MPMSkillType

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

public final class MPMSkillType
extends EnumeratedType
implements Serializable

OOTB types of Skill

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static MPMSkillType ASSEMBLER
          

Supported API: true
static MPMSkillType ASSISTANT
          

Supported API: true
static MPMSkillType ELECTRICIAN
          

Supported API: true
static MPMSkillType INSPECTOR
          

Supported API: true
static MPMSkillType MACHINIST
          

Supported API: true
static MPMSkillType SUPERVISOR
          

Supported API: true
static MPMSkillType TECHNICIAN
          

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

ASSEMBLER

public static final MPMSkillType ASSEMBLER


Supported API: true


SUPERVISOR

public static final MPMSkillType SUPERVISOR


Supported API: true


INSPECTOR

public static final MPMSkillType INSPECTOR


Supported API: true


MACHINIST

public static final MPMSkillType MACHINIST


Supported API: true


ELECTRICIAN

public static final MPMSkillType ELECTRICIAN


Supported API: true


ASSISTANT

public static final MPMSkillType ASSISTANT


Supported API: true


TECHNICIAN

public static final MPMSkillType TECHNICIAN


Supported API: true

Method Detail

toMPMSkillType

public static MPMSkillType toMPMSkillType(String internal_value)
                                   throws WTInvalidParameterException
Returns the MPMSkillType instance for the internal_value argument.

Supported API: true

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

getMPMSkillTypeDefault

public static MPMSkillType getMPMSkillTypeDefault()
Returns the default value (instance) for the MPMSkillType set.

Supported API: true

Returns:
MPMSkillType

getMPMSkillTypeSet

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

Supported API: true

Returns:
MPMSkillType[]

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