public static enum ResourceProxy.string extends Enum<ResourceProxy.string>
Enum Constant and Description |
---|
compass |
format_distance_feet |
format_distance_kilometers |
format_distance_meters |
format_distance_miles |
format_distance_nautical_miles |
map_mode |
my_location |
offline_mode |
online_mode |
unknown |
Modifier and Type | Method and Description |
---|---|
static ResourceProxy.string |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceProxy.string[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceProxy.string unknown
public static final ResourceProxy.string format_distance_meters
public static final ResourceProxy.string format_distance_kilometers
public static final ResourceProxy.string format_distance_miles
public static final ResourceProxy.string format_distance_nautical_miles
public static final ResourceProxy.string format_distance_feet
public static final ResourceProxy.string online_mode
public static final ResourceProxy.string offline_mode
public static final ResourceProxy.string my_location
public static final ResourceProxy.string compass
public static final ResourceProxy.string map_mode
public static ResourceProxy.string[] values()
for (ResourceProxy.string c : ResourceProxy.string.values()) System.out.println(c);
public static ResourceProxy.string 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 nullCopyright © 2015. All Rights Reserved.