public static enum ModifyNotificationMonitor.Action extends java.lang.Enum<ModifyNotificationMonitor.Action>
Enum Constant and Description |
---|
ACCEPT
Accept (Type alert).
|
DONE
Done (Type alert).
|
NO
Check back: No (Type request).
|
OK
Confirm (Type message).
|
REJECT
Reject (Type alert).
|
YES
Check back: Yes (Type request).
|
Modifier and Type | Method and Description |
---|---|
static ModifyNotificationMonitor.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModifyNotificationMonitor.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModifyNotificationMonitor.Action ACCEPT
public static final ModifyNotificationMonitor.Action DONE
public static final ModifyNotificationMonitor.Action REJECT
public static final ModifyNotificationMonitor.Action YES
public static final ModifyNotificationMonitor.Action NO
public static final ModifyNotificationMonitor.Action OK
public static ModifyNotificationMonitor.Action[] values()
for (ModifyNotificationMonitor.Action c : ModifyNotificationMonitor.Action.values()) System.out.println(c);
public static ModifyNotificationMonitor.Action 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 null