com.esri.arcgisws
Class EsriNetworkAttributeUsageType

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

public final class EsriNetworkAttributeUsageType
extends Enum

Java class for esriNetworkAttributeUsageType.

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

 <simpleType name="esriNetworkAttributeUsageType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriNAUTCost"/>
     <enumeration value="esriNAUTDescriptor"/>
     <enumeration value="esriNAUTRestriction"/>
     <enumeration value="esriNAUTHierarchy"/>
   </restriction>
 </simpleType>
 
Usage type of a network dataset attribute.

See Also:
Serialized Form

Field Summary
static EsriNetworkAttributeUsageType esriNAUTCost
           
static EsriNetworkAttributeUsageType esriNAUTDescriptor
           
static EsriNetworkAttributeUsageType esriNAUTHierarchy
           
static EsriNetworkAttributeUsageType esriNAUTRestriction
           
 
Constructor Summary
EsriNetworkAttributeUsageType()
           
 
Method Summary
static EsriNetworkAttributeUsageType fromString(String value)
          Deprecated. 
static EsriNetworkAttributeUsageType fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriNetworkAttributeUsageType valueOf(String name)
           
static EsriNetworkAttributeUsageType[] 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

esriNAUTCost

public static final EsriNetworkAttributeUsageType esriNAUTCost

esriNAUTDescriptor

public static final EsriNetworkAttributeUsageType esriNAUTDescriptor

esriNAUTRestriction

public static final EsriNetworkAttributeUsageType esriNAUTRestriction

esriNAUTHierarchy

public static final EsriNetworkAttributeUsageType esriNAUTHierarchy
Constructor Detail

EsriNetworkAttributeUsageType

public EsriNetworkAttributeUsageType()
Method Detail

values

public static final EsriNetworkAttributeUsageType[] values()

valueOf

public static EsriNetworkAttributeUsageType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriNetworkAttributeUsageType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum