com.ptc.windchill.mpml.processplan.operation
Class MPMERPValidationCode

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

public final class MPMERPValidationCode
extends EnumeratedType
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static MPMERPValidationCode K1
          

Supported API: true
static MPMERPValidationCode K2
          

Supported API: true
static MPMERPValidationCode K3
          

Supported API: true
static MPMERPValidationCode K4
          

Supported API: true
static MPMERPValidationCode K5
          

Supported API: true
static MPMERPValidationCode K6
          

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

K1

public static final MPMERPValidationCode K1


Supported API: true


K2

public static final MPMERPValidationCode K2


Supported API: true


K3

public static final MPMERPValidationCode K3


Supported API: true


K4

public static final MPMERPValidationCode K4


Supported API: true


K5

public static final MPMERPValidationCode K5


Supported API: true


K6

public static final MPMERPValidationCode K6


Supported API: true

Method Detail

toMPMERPValidationCode

public static MPMERPValidationCode toMPMERPValidationCode(String internal_value)
                                                   throws WTInvalidParameterException
Returns the MPMERPValidationCode instance for the internal_value argument.

Supported API: true

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

getMPMERPValidationCodeDefault

public static MPMERPValidationCode getMPMERPValidationCodeDefault()
Returns the default value (instance) for the MPMERPValidationCode set.

Supported API: true

Returns:
MPMERPValidationCode

getMPMERPValidationCodeSet

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

Supported API: true

Returns:
MPMERPValidationCode[]

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