public enum WakeupType extends java.lang.Enum<WakeupType>
Modifier and Type | Method and Description |
---|---|
static WakeupType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WakeupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WakeupType ADD_MAIN
public static final WakeupType REMOVE_MAIN
public static final WakeupType UPDATE_MAIN
public static final WakeupType CLEAR_MAIN
public static final WakeupType UPDATE_MINOR
public static final WakeupType ADD_COMMAND
public static final WakeupType ADD_COMMAND_INCREMENT
public static final WakeupType REMOVE_COMMAND
public static final WakeupType UPDATE_COMMAND
public static final WakeupType UPDATE_COMMAND_INCREMENT
public static final WakeupType CLEAR_COMMAND
public static final WakeupType REMOVE_COMMAND_INCREMENT
public static final WakeupType ADD_SHORTCUT
public static final WakeupType ADD_SHORTCUT_INCREMENT
public static final WakeupType REMOVE_SHORTCUT
public static final WakeupType UPDATE_SHORTCUT
public static final WakeupType UPDATE_SHORTCUT_INCREMENT
public static final WakeupType CLEAR_SHORTCUT
public static final WakeupType REMOVE_SHORTCUT_INCREMENT
public static final WakeupType ADD_QUICKSTART
public static final WakeupType REMOVE_QUICKSTART
public static final WakeupType UPDATE_QUICKSTART
public static final WakeupType CLEAR_QUICKSTART
public static WakeupType[] values()
for (WakeupType c : WakeupType.values()) System.out.println(c);
public static WakeupType 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