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