public static enum ResourceProxy.string extends Enum<ResourceProxy.string>
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 mapnik
public static final ResourceProxy.string cyclemap
public static final ResourceProxy.string public_transport
public static final ResourceProxy.string cloudmade_small
public static final ResourceProxy.string cloudmade_standard
public static final ResourceProxy.string mapquest_osm
public static final ResourceProxy.string mapquest_aerial
public static final ResourceProxy.string bing
public static final ResourceProxy.string mapbox
public static final ResourceProxy.string fiets_nl
public static final ResourceProxy.string base_nl
public static final ResourceProxy.string roads_nl
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.