private static enum WMTSTileSource.TransferMode extends java.lang.Enum<WMTSTileSource.TransferMode>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
typeString |
Modifier and Type | Method and Description |
---|---|
private static WMTSTileSource.TransferMode |
fromString(java.lang.String s) |
private java.lang.String |
getTypeString() |
static WMTSTileSource.TransferMode |
valueOf(java.lang.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 java.lang.String typeString
public static WMTSTileSource.TransferMode[] values()
for (WMTSTileSource.TransferMode c : WMTSTileSource.TransferMode.values()) System.out.println(c);
public static WMTSTileSource.TransferMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullprivate java.lang.String getTypeString()
private static WMTSTileSource.TransferMode fromString(java.lang.String s)