private static enum WMTSTileSource.TransferMode extends Enum<WMTSTileSource.TransferMode>
Modifier and Type | Field and Description |
---|---|
private String |
typeString |
Modifier and Type | Method and Description |
---|---|
private static WMTSTileSource.TransferMode |
fromString(String s) |
private String |
getTypeString() |
static WMTSTileSource.TransferMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WMTSTileSource.TransferMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WMTSTileSource.TransferMode KVP
public static final WMTSTileSource.TransferMode REST
private final String typeString
public static WMTSTileSource.TransferMode[] values()
for (WMTSTileSource.TransferMode c : WMTSTileSource.TransferMode.values()) System.out.println(c);
public static WMTSTileSource.TransferMode 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 nullprivate String getTypeString()
private static WMTSTileSource.TransferMode fromString(String s)