public static enum XLifeCycleClassifier.Transition extends java.lang.Enum<XLifeCycleClassifier.Transition>
Modifier and Type | Method and Description |
---|---|
static XLifeCycleClassifier.Transition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XLifeCycleClassifier.Transition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XLifeCycleClassifier.Transition start
public static final XLifeCycleClassifier.Transition complete
public static final XLifeCycleClassifier.Transition other
public static XLifeCycleClassifier.Transition[] values()
for (XLifeCycleClassifier.Transition c : XLifeCycleClassifier.Transition.values()) System.out.println(c);
public static XLifeCycleClassifier.Transition valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null