com.esri.arcgisws
Class EsriNAODCostMatrixType

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

public final class EsriNAODCostMatrixType
extends Enum

Java class for esriNAODCostMatrixType.

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

 <simpleType name="esriNAODCostMatrixType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriNAODCostMatrixNone"/>
     <enumeration value="esriNAODCostMatrixFull"/>
     <enumeration value="esriNAODCostMatrixUpdate"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static EsriNAODCostMatrixType esriNAODCostMatrixFull
           
static EsriNAODCostMatrixType esriNAODCostMatrixNone
           
static EsriNAODCostMatrixType esriNAODCostMatrixUpdate
           
 
Constructor Summary
EsriNAODCostMatrixType()
           
 
Method Summary
static EsriNAODCostMatrixType fromString(String value)
          Deprecated. 
static EsriNAODCostMatrixType fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriNAODCostMatrixType valueOf(String name)
           
static EsriNAODCostMatrixType[] 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

esriNAODCostMatrixNone

public static final EsriNAODCostMatrixType esriNAODCostMatrixNone

esriNAODCostMatrixFull

public static final EsriNAODCostMatrixType esriNAODCostMatrixFull

esriNAODCostMatrixUpdate

public static final EsriNAODCostMatrixType esriNAODCostMatrixUpdate
Constructor Detail

EsriNAODCostMatrixType

public EsriNAODCostMatrixType()
Method Detail

values

public static final EsriNAODCostMatrixType[] values()

valueOf

public static EsriNAODCostMatrixType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriNAODCostMatrixType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum