com.esri.arcgisws
Class EsriCachedMapServiceType

java.lang.Object
  extended by java.lang.Enum
      extended by com.esri.arcgisws.EsriCachedMapServiceType
All Implemented Interfaces:
Serializable, Comparable

public final class EsriCachedMapServiceType
extends Enum

Java class for esriCachedMapServiceType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="esriCachedMapServiceType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriSingleFusedMapCache"/>
     <enumeration value="esriIndividualLayerCaches"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static EsriCachedMapServiceType esriIndividualLayerCaches
           
static EsriCachedMapServiceType esriSingleFusedMapCache
           
 
Constructor Summary
EsriCachedMapServiceType()
           
 
Method Summary
static EsriCachedMapServiceType fromString(String value)
          Deprecated. 
static EsriCachedMapServiceType fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriCachedMapServiceType valueOf(String name)
           
static EsriCachedMapServiceType[] values()
           
 
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
 

Field Detail

esriSingleFusedMapCache

public static final EsriCachedMapServiceType esriSingleFusedMapCache

esriIndividualLayerCaches

public static final EsriCachedMapServiceType esriIndividualLayerCaches
Constructor Detail

EsriCachedMapServiceType

public EsriCachedMapServiceType()
Method Detail

values

public static final EsriCachedMapServiceType[] values()

valueOf

public static EsriCachedMapServiceType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriCachedMapServiceType fromValue(String v)

fromString

@Deprecated
public static EsriCachedMapServiceType fromString(String value)
Deprecated. 


toString

public String toString()
Overrides:
toString in class Enum