public static enum UifConstants.WorkflowAction extends Enum<UifConstants.WorkflowAction>
Enum Constant and Description |
---|
ACKNOWLEDGE |
APPROVE |
BLANKETAPPROVE |
CANCEL |
COMPLETE |
DISAPPROVE |
FYI |
RECALL |
ROUTE |
SAVE |
SENDADHOCREQUESTS |
Modifier and Type | Method and Description |
---|---|
static UifConstants.WorkflowAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UifConstants.WorkflowAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UifConstants.WorkflowAction SAVE
public static final UifConstants.WorkflowAction ROUTE
public static final UifConstants.WorkflowAction BLANKETAPPROVE
public static final UifConstants.WorkflowAction APPROVE
public static final UifConstants.WorkflowAction DISAPPROVE
public static final UifConstants.WorkflowAction CANCEL
public static final UifConstants.WorkflowAction FYI
public static final UifConstants.WorkflowAction ACKNOWLEDGE
public static final UifConstants.WorkflowAction COMPLETE
public static final UifConstants.WorkflowAction SENDADHOCREQUESTS
public static final UifConstants.WorkflowAction RECALL
public static UifConstants.WorkflowAction[] values()
for (UifConstants.WorkflowAction c : UifConstants.WorkflowAction.values()) System.out.println(c);
public static UifConstants.WorkflowAction valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2015 The Kuali Foundation. All rights reserved.