|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Step.Type>
com.bea.wli.worklist.api.taskplan.Step.Type
public static enum Step.Type
Enum Constant Summary | |
---|---|
Abort
This step, when it is made the current step, will cause this task to transition to the complete administrative state. |
|
Complete
This step, when it is made the current step, will cause this task to transition to the complete administrative state. |
|
Normal
This step is a plain step with no special meaning to the Worklist runtime. |
|
Return
This step, when it is made the current step, will cause this task to be returned to the assigned. |
Method Summary | |
---|---|
static Step.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Step.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Step.Type Normal
public static final Step.Type Complete
public static final Step.Type Abort
public static final Step.Type Return
Method Detail |
---|
public static final Step.Type[] values()
for(Step.Type c : Step.Type.values()) System.out.println(c);
public static Step.Type valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |