public static enum DangerCloseReceiver.VIEW_MODE extends java.lang.Enum<DangerCloseReceiver.VIEW_MODE>
Enum Constant and Description |
---|
ADD_FAV |
CUSTOM_VIEW |
DEFAULT |
FAVORITES_VIEW |
REMOVE_CUSTOM |
REMOVE_FAV |
Modifier and Type | Method and Description |
---|---|
static DangerCloseReceiver.VIEW_MODE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DangerCloseReceiver.VIEW_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DangerCloseReceiver.VIEW_MODE CUSTOM_VIEW
public static final DangerCloseReceiver.VIEW_MODE DEFAULT
public static final DangerCloseReceiver.VIEW_MODE FAVORITES_VIEW
public static final DangerCloseReceiver.VIEW_MODE ADD_FAV
public static final DangerCloseReceiver.VIEW_MODE REMOVE_FAV
public static final DangerCloseReceiver.VIEW_MODE REMOVE_CUSTOM
public static DangerCloseReceiver.VIEW_MODE[] values()
for (DangerCloseReceiver.VIEW_MODE c : DangerCloseReceiver.VIEW_MODE.values()) System.out.println(c);
public static DangerCloseReceiver.VIEW_MODE 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