|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.EnumeratedType
com.ptc.windchill.esi.txn.ReleaseActivityAction
public class ReleaseActivityAction
Supported API: true
Extendable: false
| 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 |
|---|
public static final ReleaseActivityAction CREATE
public static final ReleaseActivityAction CHANGE
public static final ReleaseActivityAction DELETE
| Method Detail |
|---|
public static ReleaseActivityAction toReleaseActivityAction(String internal_value)
throws WTInvalidParameterException
internal_value - The internal (persistent) value for a valid instance of ReleaseActivityAction.
WTInvalidParameterExceptionpublic static ReleaseActivityAction getReleaseActivityActionDefault()
public static ReleaseActivityAction[] getReleaseActivityActionSet()
public EnumeratedType[] getValueSet()
getValueSet in class EnumeratedType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||