public enum TaskEventType extends java.lang.Enum<TaskEventType>
Enum Constant and Description |
---|
TASK_ARCHIVED
EventType for 'Task Archived'.
|
TASK_COMPLETED
EventType for 'Task Completed'.
|
TASK_CREATED
EventType for 'Task Created'.
|
TASK_DELETED
EventType 'Task Deleted'.
|
TASK_SAVED
EventType for 'Task Saved'.
|
TASK_TERMINATED
EventType for 'Task Terminated'.
|
Modifier and Type | Method and Description |
---|---|
static TaskEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TaskEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskEventType TASK_CREATED
public static final TaskEventType TASK_SAVED
public static final TaskEventType TASK_DELETED
public static final TaskEventType TASK_COMPLETED
public static final TaskEventType TASK_ARCHIVED
public static final TaskEventType TASK_TERMINATED
public static TaskEventType[] values()
for (TaskEventType c : TaskEventType.values()) System.out.println(c);
public static TaskEventType 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 nullCopyright © 2010 - 2023 Adobe. All Rights Reserved