|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WorkflowBean.Action>
com.fatwire.services.beans.entity.WorkflowBean.Action
public static enum WorkflowBean.Action
Enumerated values for Workflow actions.
Enum Constant Summary | |
---|---|
ALL
All participants with role. |
|
ASK
Choose assignees. |
|
FULL
Select from participant list. |
|
RETAIN
Retain assignee. |
|
UNASSIGNED
Assigned to nobody. |
Method Summary | |
---|---|
static WorkflowBean.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WorkflowBean.Action[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WorkflowBean.Action ASK
Choose assignees.
public static final WorkflowBean.Action FULL
Select from participant list.
public static final WorkflowBean.Action RETAIN
Retain assignee.
public static final WorkflowBean.Action ALL
All participants with role.
public static final WorkflowBean.Action UNASSIGNED
Assigned to nobody.
Method Detail |
---|
public static WorkflowBean.Action[] values()
for (WorkflowBean.Action c : WorkflowBean.Action.values()) System.out.println(c);
public static WorkflowBean.Action 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 name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |