|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.EnumeratedType
wt.lifecycle.Transition
public class Transition
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static Transition |
CHANGE
Static final constant Supported API: true |
static Transition |
LOCK
Static final constant. |
static Transition |
NEXT
Static final constant. |
static Transition |
PROMOTE
Static final constant Supported API: true |
static Transition |
REVISE
Static final constant Supported API: true |
static Transition |
SET_STATE
Static final constant Supported API: true |
| Fields inherited from interface wt.meta.EnumeratedType |
|---|
DEFAULT_VALUE, ORDER, SELECTABLE |
| Method Summary | |
|---|---|
static Transition |
getTransitionDefault()
Returns the default value (instance) for the Transition set. |
static Transition[] |
getTransitionSet()
Returns a copy of the set of valid values (instances) for the Transition class. |
EnumeratedType[] |
getValueSet()
Returns a copy of the set of valid values (instances) for this instance, for the current user locale. |
static Transition |
toTransition(String internal_value)
Returns the Transition 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 Transition PROMOTE
public static final Transition CHANGE
public static final Transition REVISE
public static final Transition SET_STATE
public static final Transition NEXT
public static final Transition LOCK
| Method Detail |
|---|
public static Transition toTransition(String internal_value)
throws WTInvalidParameterException
internal_value - The internal (persistent) value for a valid instance of Transition.
WTInvalidParameterExceptionpublic static Transition getTransitionDefault()
public static Transition[] getTransitionSet()
public EnumeratedType[] getValueSet()
getValueSet in class EnumeratedType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||