public static enum TaskEnvCannotChange.Rule extends java.lang.Enum<TaskEnvCannotChange.Rule>
Enum Constant and Description |
---|
ALLOW_SET_TO_UNSET |
ALLOW_UNSET_TO_SET |
Modifier and Type | Method and Description |
---|---|
static TaskEnvCannotChange.Rule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TaskEnvCannotChange.Rule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskEnvCannotChange.Rule ALLOW_UNSET_TO_SET
public static final TaskEnvCannotChange.Rule ALLOW_SET_TO_UNSET
public static TaskEnvCannotChange.Rule[] values()
for (TaskEnvCannotChange.Rule c : TaskEnvCannotChange.Rule.values()) System.out.println(c);
public static TaskEnvCannotChange.Rule valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null