public static enum WebConfiguration.MapProvider extends Enum<WebConfiguration.MapProvider>
| Enum Constant and Description |
|---|
ARCGIS93REST |
GOOGLE |
OSM |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static WebConfiguration.MapProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebConfiguration.MapProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebConfiguration.MapProvider GOOGLE
public static final WebConfiguration.MapProvider OSM
public static final WebConfiguration.MapProvider ARCGIS93REST
public static WebConfiguration.MapProvider[] values()
for (WebConfiguration.MapProvider c : WebConfiguration.MapProvider.values()) System.out.println(c);
public static WebConfiguration.MapProvider 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 nullpublic String toString()
toString in class Enum<WebConfiguration.MapProvider>Copyright © 2013–2016 V5 Analytics. All rights reserved.