com.ptc.windchill.esi.txn
Class ReleaseStatusType

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

public class ReleaseStatusType
extends EnumeratedType
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static ReleaseStatusType FAILED
          The ESI release activity was a failure.
static ReleaseStatusType PENDING
          An ESI release has been requested, but has not yet been processed

Supported API: true
static ReleaseStatusType SUCCEEDED
          The ESI release activity was a success.
static ReleaseStatusType WARNING
          The ESI release activity is a warning of a potential problem.
 
Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE
 
Method Summary
static ReleaseStatusType getReleaseStatusTypeDefault()
          Returns the default value (instance) for the ReleaseStatusType set.
static ReleaseStatusType[] getReleaseStatusTypeSet()
          Returns a copy of the set of valid values (instances) for the ReleaseStatusType class.
 EnumeratedType[] getValueSet()
          Returns a copy of the set of valid values (instances) for this instance, for the current user locale.
static ReleaseStatusType toReleaseStatusType(String internal_value)
          Returns the ReleaseStatusType 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

FAILED

public static final ReleaseStatusType FAILED
The ESI release activity was a failure.

Supported API: true


SUCCEEDED

public static final ReleaseStatusType SUCCEEDED
The ESI release activity was a success.

Supported API: true


PENDING

public static final ReleaseStatusType PENDING
An ESI release has been requested, but has not yet been processed

Supported API: true


WARNING

public static final ReleaseStatusType WARNING
The ESI release activity is a warning of a potential problem.

Supported API: true

Method Detail

toReleaseStatusType

public static ReleaseStatusType toReleaseStatusType(String internal_value)
                                             throws WTInvalidParameterException
Returns the ReleaseStatusType instance for the internal_value argument.

Supported API: true

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

getReleaseStatusTypeDefault

public static ReleaseStatusType getReleaseStatusTypeDefault()
Returns the default value (instance) for the ReleaseStatusType set.

Supported API: true

Returns:
ReleaseStatusType

getReleaseStatusTypeSet

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

Supported API: true

Returns:
ReleaseStatusType[]

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