com.esri.arcgisws
Class EsriNetworkAttributeDataType

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

public final class EsriNetworkAttributeDataType
extends Enum

Java class for esriNetworkAttributeDataType.

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

 <simpleType name="esriNetworkAttributeDataType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriNADTInteger"/>
     <enumeration value="esriNADTFloat"/>
     <enumeration value="esriNADTDouble"/>
     <enumeration value="esriNADTBoolean"/>
   </restriction>
 </simpleType>
 
Data type of a network dataset attribute.

See Also:
Serialized Form

Field Summary
static EsriNetworkAttributeDataType esriNADTBoolean
           
static EsriNetworkAttributeDataType esriNADTDouble
           
static EsriNetworkAttributeDataType esriNADTFloat
           
static EsriNetworkAttributeDataType esriNADTInteger
           
 
Constructor Summary
EsriNetworkAttributeDataType()
           
 
Method Summary
static EsriNetworkAttributeDataType fromString(String value)
          Deprecated. 
static EsriNetworkAttributeDataType fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriNetworkAttributeDataType valueOf(String name)
           
static EsriNetworkAttributeDataType[] 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

esriNADTInteger

public static final EsriNetworkAttributeDataType esriNADTInteger

esriNADTFloat

public static final EsriNetworkAttributeDataType esriNADTFloat

esriNADTDouble

public static final EsriNetworkAttributeDataType esriNADTDouble

esriNADTBoolean

public static final EsriNetworkAttributeDataType esriNADTBoolean
Constructor Detail

EsriNetworkAttributeDataType

public EsriNetworkAttributeDataType()
Method Detail

values

public static final EsriNetworkAttributeDataType[] values()

valueOf

public static EsriNetworkAttributeDataType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriNetworkAttributeDataType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum