com.esri.arcgisws
Class EsriNetworkElementType

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

public final class EsriNetworkElementType
extends Enum

Java class for esriNetworkElementType.

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

 <simpleType name="esriNetworkElementType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriNETJunction"/>
     <enumeration value="esriNETEdge"/>
     <enumeration value="esriNETTurn"/>
   </restriction>
 </simpleType>
 
Type of network element.

See Also:
Serialized Form

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

esriNETJunction

public static final EsriNetworkElementType esriNETJunction

esriNETEdge

public static final EsriNetworkElementType esriNETEdge

esriNETTurn

public static final EsriNetworkElementType esriNETTurn
Constructor Detail

EsriNetworkElementType

public EsriNetworkElementType()
Method Detail

values

public static final EsriNetworkElementType[] values()

valueOf

public static EsriNetworkElementType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriNetworkElementType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum