public static enum WorkflowActivity.AssignmentMode extends java.lang.Enum<WorkflowActivity.AssignmentMode>
Enum Constant and Description |
---|
CLEAR_ASSIGNMENT |
CURRENT_USER_ASSIGNMENT |
DYNAMIC_ASSIGNMENT |
NO_CHANGE |
STATIC_ASSIGNMENT |
Modifier and Type | Method and Description |
---|---|
static WorkflowActivity.AssignmentMode |
find(int id) |
int |
getID() |
static WorkflowActivity.AssignmentMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowActivity.AssignmentMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowActivity.AssignmentMode NO_CHANGE
public static final WorkflowActivity.AssignmentMode DYNAMIC_ASSIGNMENT
public static final WorkflowActivity.AssignmentMode STATIC_ASSIGNMENT
public static final WorkflowActivity.AssignmentMode CLEAR_ASSIGNMENT
public static final WorkflowActivity.AssignmentMode CURRENT_USER_ASSIGNMENT
public static WorkflowActivity.AssignmentMode[] values()
for (WorkflowActivity.AssignmentMode c : WorkflowActivity.AssignmentMode.values()) System.out.println(c);
public static WorkflowActivity.AssignmentMode 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 nullpublic int getID()
public static WorkflowActivity.AssignmentMode find(int id)
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.