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