public static enum ActionWorker.ActionStatus extends Enum<ActionWorker.ActionStatus>
| Modifier and Type | Method and Description |
|---|---|
static ActionWorker.ActionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionWorker.ActionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionWorker.ActionStatus OK
public static final ActionWorker.ActionStatus CANCEL
public static final ActionWorker.ActionStatus FAIL
public static ActionWorker.ActionStatus[] values()
for (ActionWorker.ActionStatus c : ActionWorker.ActionStatus.values()) System.out.println(c);
public static ActionWorker.ActionStatus 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 © 2008–2017 Ultreia.io. All rights reserved.