com.esri.arcgisws
Class EsriNetworkClassAncillaryRole

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

public final class EsriNetworkClassAncillaryRole
extends 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

Field Summary
static EsriNetworkClassAncillaryRole esriNCARNone
           
static EsriNetworkClassAncillaryRole esriNCARSourceSink
           
 
Constructor Summary
EsriNetworkClassAncillaryRole()
           
 
Method Summary
static EsriNetworkClassAncillaryRole fromString(String value)
          Deprecated. 
static EsriNetworkClassAncillaryRole fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriNetworkClassAncillaryRole valueOf(String name)
           
static EsriNetworkClassAncillaryRole[] 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

esriNCARNone

public static final EsriNetworkClassAncillaryRole esriNCARNone

esriNCARSourceSink

public static final EsriNetworkClassAncillaryRole esriNCARSourceSink
Constructor Detail

EsriNetworkClassAncillaryRole

public EsriNetworkClassAncillaryRole()
Method Detail

values

public static final EsriNetworkClassAncillaryRole[] values()

valueOf

public static EsriNetworkClassAncillaryRole valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriNetworkClassAncillaryRole fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum