com.ptc.windchill.esi.txn
Class ReleaseActivityAction

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

public class ReleaseActivityAction
extends EnumeratedType
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static ReleaseActivityAction CHANGE
          The ESI release activity was an attempt to change an entry in the target system.
static ReleaseActivityAction CREATE
          The ESI release activity was an attempt to add an entry in the target system.
static ReleaseActivityAction DELETE
          The ESI release activity was an attempt to delete an entry from the target system.
 
Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE
 
Method Summary
static ReleaseActivityAction getReleaseActivityActionDefault()
          Returns the default value (instance) for the ReleaseActivityAction set.
static ReleaseActivityAction[] getReleaseActivityActionSet()
          Returns a copy of the set of valid values (instances) for the ReleaseActivityAction class.
 EnumeratedType[] getValueSet()
          Returns a copy of the set of valid values (instances) for this instance, for the current user locale.
static ReleaseActivityAction toReleaseActivityAction(String internal_value)
          Returns the ReleaseActivityAction 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

CREATE

public static final ReleaseActivityAction CREATE
The ESI release activity was an attempt to add an entry in the target system.

Supported API: true


CHANGE

public static final ReleaseActivityAction CHANGE
The ESI release activity was an attempt to change an entry in the target system.

Supported API: true


DELETE

public static final ReleaseActivityAction DELETE
The ESI release activity was an attempt to delete an entry from the target system.

Supported API: true

Method Detail

toReleaseActivityAction

public static ReleaseActivityAction toReleaseActivityAction(String internal_value)
                                                     throws WTInvalidParameterException
Returns the ReleaseActivityAction instance for the internal_value argument.

Supported API: true

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

getReleaseActivityActionDefault

public static ReleaseActivityAction getReleaseActivityActionDefault()
Returns the default value (instance) for the ReleaseActivityAction set.

Supported API: true

Returns:
ReleaseActivityAction

getReleaseActivityActionSet

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

Supported API: true

Returns:
ReleaseActivityAction[]

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