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