com.ptc.windchill.mpml
Class MPMCompatibilityLinkType

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

public class MPMCompatibilityLinkType
extends EnumeratedType
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static MPMCompatibilityLinkType ACCEPTABLE
          

Supported API: true
static MPMCompatibilityLinkType FORBIDDEN
          

Supported API: true
static MPMCompatibilityLinkType MANDATORY
          

Supported API: true
static MPMCompatibilityLinkType NOT_RECOMMENDED
          

Supported API: true
static MPMCompatibilityLinkType PREFERRED
          

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

MANDATORY

public static final MPMCompatibilityLinkType MANDATORY


Supported API: true


ACCEPTABLE

public static final MPMCompatibilityLinkType ACCEPTABLE


Supported API: true


NOT_RECOMMENDED

public static final MPMCompatibilityLinkType NOT_RECOMMENDED


Supported API: true


FORBIDDEN

public static final MPMCompatibilityLinkType FORBIDDEN


Supported API: true


PREFERRED

public static final MPMCompatibilityLinkType PREFERRED


Supported API: true

Method Detail

toMPMCompatibilityLinkType

public static MPMCompatibilityLinkType toMPMCompatibilityLinkType(String internal_value)
                                                           throws WTInvalidParameterException
Returns the MPMCompatibilityLinkType instance for the internal_value argument.

Supported API: true

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

getMPMCompatibilityLinkTypeDefault

public static MPMCompatibilityLinkType getMPMCompatibilityLinkTypeDefault()
Returns the default value (instance) for the MPMCompatibilityLinkType set.

Supported API: true

Returns:
MPMCompatibilityLinkType

getMPMCompatibilityLinkTypeSet

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

Supported API: true

Returns:
MPMCompatibilityLinkType[]

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