public enum TaskCompletionRuleField extends Enum<TaskCompletionRuleField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskCompletionRuleField.TaskCompletionRuleFieldDeserializer |
static class |
TaskCompletionRuleField.TaskCompletionRuleFieldSerializer |
| Enum Constant and Description |
|---|
ALL_ASSIGNEES |
ANY_ASSIGNEE |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static TaskCompletionRuleField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskCompletionRuleField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskCompletionRuleField ALL_ASSIGNEES
public static final TaskCompletionRuleField ANY_ASSIGNEE
public static TaskCompletionRuleField[] values()
for (TaskCompletionRuleField c : TaskCompletionRuleField.values()) System.out.println(c);
public static TaskCompletionRuleField 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