public static enum EventNotification.Action extends Enum<EventNotification.Action>
Enum Constant and Description |
---|
JOB_FULL_DATA_UPDATED |
JOB_STATE_UPDATED |
JOB_SUBMITTED |
NONE |
SCHEDULER_STATE_UPDATED |
TASK_STATE_UPDATED |
USERS_UPDATED |
Modifier and Type | Method and Description |
---|---|
static EventNotification.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventNotification.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventNotification.Action NONE
public static final EventNotification.Action SCHEDULER_STATE_UPDATED
public static final EventNotification.Action JOB_SUBMITTED
public static final EventNotification.Action JOB_STATE_UPDATED
public static final EventNotification.Action JOB_FULL_DATA_UPDATED
public static final EventNotification.Action TASK_STATE_UPDATED
public static final EventNotification.Action USERS_UPDATED
public static EventNotification.Action[] values()
for (EventNotification.Action c : EventNotification.Action.values()) System.out.println(c);
public static EventNotification.Action 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