com.esri.arcgisws
Class EsriNetworkRoadCategory

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

public final class EsriNetworkRoadCategory
extends java.lang.Enum

Java class for esriNetworkRoadCategory.

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

 <simpleType name="esriNetworkRoadCategory">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriNRCNone"/>
     <enumeration value="esriNRCLocal"/>
     <enumeration value="esriNRCSecondary"/>
     <enumeration value="esriNRCPrimary"/>
     <enumeration value="esriNRCMajor"/>
     <enumeration value="esriNRCAny"/>
   </restriction>
 </simpleType>
 
Network dataset road category.

See Also:
Serialized Form

Field Summary
static EsriNetworkRoadCategory esriNRCAny
           
static EsriNetworkRoadCategory esriNRCLocal
           
static EsriNetworkRoadCategory esriNRCMajor
           
static EsriNetworkRoadCategory esriNRCNone
           
static EsriNetworkRoadCategory esriNRCPrimary
           
static EsriNetworkRoadCategory esriNRCSecondary
           
 
Constructor Summary
EsriNetworkRoadCategory()
           
 
Method Summary
static EsriNetworkRoadCategory fromString(java.lang.String value)
          Deprecated. 
static EsriNetworkRoadCategory fromValue(java.lang.String v)
           
 java.lang.String getValue()
           
 java.lang.String toString()
           
static EsriNetworkRoadCategory valueOf(java.lang.String name)
           
static EsriNetworkRoadCategory[] 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

esriNRCNone

public static final EsriNetworkRoadCategory esriNRCNone

esriNRCLocal

public static final EsriNetworkRoadCategory esriNRCLocal

esriNRCSecondary

public static final EsriNetworkRoadCategory esriNRCSecondary

esriNRCPrimary

public static final EsriNetworkRoadCategory esriNRCPrimary

esriNRCMajor

public static final EsriNetworkRoadCategory esriNRCMajor

esriNRCAny

public static final EsriNetworkRoadCategory esriNRCAny
Constructor Detail

EsriNetworkRoadCategory

public EsriNetworkRoadCategory()
Method Detail

values

public static final EsriNetworkRoadCategory[] values()

valueOf

public static EsriNetworkRoadCategory valueOf(java.lang.String name)

getValue

public java.lang.String getValue()

fromValue

public static EsriNetworkRoadCategory fromValue(java.lang.String v)

fromString

@Deprecated
public static EsriNetworkRoadCategory fromString(java.lang.String value)
Deprecated. 


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum