public static enum GxUserTaskForm.GxTaskAction extends Enum<GxUserTaskForm.GxTaskAction>
| Enum Constant and Description |
|---|
APPROVED |
ASSIGNED |
COMPLETED |
REJECTED |
SKIPPED |
| Modifier and Type | Method and Description |
|---|---|
static GxUserTaskForm.GxTaskAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GxUserTaskForm.GxTaskAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GxUserTaskForm.GxTaskAction APPROVED
public static final GxUserTaskForm.GxTaskAction REJECTED
public static final GxUserTaskForm.GxTaskAction COMPLETED
public static final GxUserTaskForm.GxTaskAction ASSIGNED
public static final GxUserTaskForm.GxTaskAction SKIPPED
public static GxUserTaskForm.GxTaskAction[] values()
for (GxUserTaskForm.GxTaskAction c : GxUserTaskForm.GxTaskAction.values()) System.out.println(c);
public static GxUserTaskForm.GxTaskAction 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 © 2018. All rights reserved.