public static enum TileWms.ServerType extends Enum<TileWms.ServerType>
| Enum Constant and Description |
|---|
CARMENTASERVER |
GEOSERVER |
MAPSERVER |
QGIS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TileWms.ServerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TileWms.ServerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TileWms.ServerType CARMENTASERVER
public static final TileWms.ServerType GEOSERVER
public static final TileWms.ServerType MAPSERVER
public static final TileWms.ServerType QGIS
public static TileWms.ServerType[] values()
for (TileWms.ServerType c : TileWms.ServerType.values()) System.out.println(c);
public static TileWms.ServerType 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<TileWms.ServerType>Copyright © 2014–2017. All rights reserved.