|
|||||||||
| 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.ReleaseStatusType
public class ReleaseStatusType
Supported API: true
Extendable: false
| 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 |
|---|
public static final ReleaseStatusType FAILED
public static final ReleaseStatusType SUCCEEDED
public static final ReleaseStatusType PENDING
public static final ReleaseStatusType WARNING
| Method Detail |
|---|
public static ReleaseStatusType toReleaseStatusType(String internal_value)
throws WTInvalidParameterException
internal_value - The internal (persistent) value for a valid instance of ReleaseStatusType.
WTInvalidParameterExceptionpublic static ReleaseStatusType getReleaseStatusTypeDefault()
public static ReleaseStatusType[] getReleaseStatusTypeSet()
public EnumeratedType[] getValueSet()
getValueSet in class EnumeratedType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||