com.esri.arcgisws
Class EsriMapCacheStorageFormat
java.lang.Object
java.lang.Enum
com.esri.arcgisws.EsriMapCacheStorageFormat
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class EsriMapCacheStorageFormat
- extends java.lang.Enum
Java class for esriMapCacheStorageFormat.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="esriMapCacheStorageFormat">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="esriMapCacheStorageModeCompact"/>
<enumeration value="esriMapCacheStorageModeExploded"/>
<enumeration value="esriMapCacheStorageModeCompactV2"/>
</restriction>
</simpleType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
esriMapCacheStorageModeCompact
public static final EsriMapCacheStorageFormat esriMapCacheStorageModeCompact
esriMapCacheStorageModeExploded
public static final EsriMapCacheStorageFormat esriMapCacheStorageModeExploded
esriMapCacheStorageModeCompactV2
public static final EsriMapCacheStorageFormat esriMapCacheStorageModeCompactV2
EsriMapCacheStorageFormat
public EsriMapCacheStorageFormat()
values
public static final EsriMapCacheStorageFormat[] values()
valueOf
public static EsriMapCacheStorageFormat valueOf(java.lang.String name)
getValue
public java.lang.String getValue()
fromValue
public static EsriMapCacheStorageFormat fromValue(java.lang.String v)
fromString
@Deprecated
public static EsriMapCacheStorageFormat fromString(java.lang.String value)
- Deprecated.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum