com.esri.arcgisws
Class EsriNAServerLayerType

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

public final class EsriNAServerLayerType
extends Enum

Java class for esriNAServerLayerType.

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

 <simpleType name="esriNAServerLayerType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriNAServerRouteLayer"/>
     <enumeration value="esriNAServerClosestFacilityLayer"/>
     <enumeration value="esriNAServerServiceAreaLayer"/>
     <enumeration value="esriNAServerODCostMatrixLayer"/>
     <enumeration value="esriNAServerVRPLayer"/>
     <enumeration value="esriNAServerLocationAllocationLayer"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static EsriNAServerLayerType esriNAServerClosestFacilityLayer
           
static EsriNAServerLayerType esriNAServerLocationAllocationLayer
           
static EsriNAServerLayerType esriNAServerODCostMatrixLayer
           
static EsriNAServerLayerType esriNAServerRouteLayer
           
static EsriNAServerLayerType esriNAServerServiceAreaLayer
           
static EsriNAServerLayerType esriNAServerVRPLayer
           
 
Constructor Summary
EsriNAServerLayerType()
           
 
Method Summary
static EsriNAServerLayerType fromString(String value)
          Deprecated. 
static EsriNAServerLayerType fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriNAServerLayerType valueOf(String name)
           
static EsriNAServerLayerType[] 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

esriNAServerRouteLayer

public static final EsriNAServerLayerType esriNAServerRouteLayer

esriNAServerClosestFacilityLayer

public static final EsriNAServerLayerType esriNAServerClosestFacilityLayer

esriNAServerServiceAreaLayer

public static final EsriNAServerLayerType esriNAServerServiceAreaLayer

esriNAServerODCostMatrixLayer

public static final EsriNAServerLayerType esriNAServerODCostMatrixLayer

esriNAServerVRPLayer

public static final EsriNAServerLayerType esriNAServerVRPLayer

esriNAServerLocationAllocationLayer

public static final EsriNAServerLayerType esriNAServerLocationAllocationLayer
Constructor Detail

EsriNAServerLayerType

public EsriNAServerLayerType()
Method Detail

values

public static final EsriNAServerLayerType[] values()

valueOf

public static EsriNAServerLayerType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriNAServerLayerType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum