com.esri.arcgisws
Class EsriNetworkClassAncillaryRole
java.lang.Object
java.lang.Enum
com.esri.arcgisws.EsriNetworkClassAncillaryRole
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class EsriNetworkClassAncillaryRole
- extends java.lang.Enum
Java class for esriNetworkClassAncillaryRole.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="esriNetworkClassAncillaryRole">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="esriNCARNone"/>
<enumeration value="esriNCARSourceSink"/>
</restriction>
</simpleType>
Network ancillary role types.
- 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 |
esriNCARNone
public static final EsriNetworkClassAncillaryRole esriNCARNone
esriNCARSourceSink
public static final EsriNetworkClassAncillaryRole esriNCARSourceSink
EsriNetworkClassAncillaryRole
public EsriNetworkClassAncillaryRole()
values
public static final EsriNetworkClassAncillaryRole[] values()
valueOf
public static EsriNetworkClassAncillaryRole valueOf(java.lang.String name)
getValue
public java.lang.String getValue()
fromValue
public static EsriNetworkClassAncillaryRole fromValue(java.lang.String v)
fromString
@Deprecated
public static EsriNetworkClassAncillaryRole fromString(java.lang.String value)
- Deprecated.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum