public static enum TaskUsageRecord.USAGE_PHASE extends Enum<TaskUsageRecord.USAGE_PHASE>
| Modifier and Type | Method and Description |
|---|---|
static TaskUsageRecord.USAGE_PHASE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskUsageRecord.USAGE_PHASE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskUsageRecord.USAGE_PHASE completed
public static final TaskUsageRecord.USAGE_PHASE failed
public static TaskUsageRecord.USAGE_PHASE[] values()
for (TaskUsageRecord.USAGE_PHASE c : TaskUsageRecord.USAGE_PHASE.values()) System.out.println(c);
public static TaskUsageRecord.USAGE_PHASE 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 © 2015. All Rights Reserved.