com.esri.arcgisws
Class EsriNetworkRoadCategory
java.lang.Object
java.lang.Enum
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
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 |
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
EsriNetworkRoadCategory
public EsriNetworkRoadCategory()
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