public static enum TaskEscalationToTaskModel.TaskEscalationToTaskEvent extends Enum<TaskEscalationToTaskModel.TaskEscalationToTaskEvent>
Enum Constant and Description |
---|
CHANGE_ESCALATION |
CHANGE_TASK |
CHANGE_TASK_NAME |
Modifier and Type | Method and Description |
---|---|
static TaskEscalationToTaskModel.TaskEscalationToTaskEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskEscalationToTaskModel.TaskEscalationToTaskEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskEscalationToTaskModel.TaskEscalationToTaskEvent CHANGE_TASK_NAME
public static final TaskEscalationToTaskModel.TaskEscalationToTaskEvent CHANGE_ESCALATION
public static final TaskEscalationToTaskModel.TaskEscalationToTaskEvent CHANGE_TASK
public static TaskEscalationToTaskModel.TaskEscalationToTaskEvent[] values()
for (TaskEscalationToTaskModel.TaskEscalationToTaskEvent c : TaskEscalationToTaskModel.TaskEscalationToTaskEvent.values()) System.out.println(c);
public static TaskEscalationToTaskModel.TaskEscalationToTaskEvent 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 © 2005–2016. All rights reserved.