com.esri.arcgisws
Class EsriNAOutputLineType

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

public final class EsriNAOutputLineType
extends Enum

Java class for esriNAOutputLineType.

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

 <simpleType name="esriNAOutputLineType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriNAOutputLineNone"/>
     <enumeration value="esriNAOutputLineStraight"/>
     <enumeration value="esriNAOutputLineTrueShape"/>
     <enumeration value="esriNAOutputLineTrueShapeWithMeasure"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static EsriNAOutputLineType esriNAOutputLineNone
           
static EsriNAOutputLineType esriNAOutputLineStraight
           
static EsriNAOutputLineType esriNAOutputLineTrueShape
           
static EsriNAOutputLineType esriNAOutputLineTrueShapeWithMeasure
           
 
Constructor Summary
EsriNAOutputLineType()
           
 
Method Summary
static EsriNAOutputLineType fromString(String value)
          Deprecated. 
static EsriNAOutputLineType fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriNAOutputLineType valueOf(String name)
           
static EsriNAOutputLineType[] 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

esriNAOutputLineNone

public static final EsriNAOutputLineType esriNAOutputLineNone

esriNAOutputLineStraight

public static final EsriNAOutputLineType esriNAOutputLineStraight

esriNAOutputLineTrueShape

public static final EsriNAOutputLineType esriNAOutputLineTrueShape

esriNAOutputLineTrueShapeWithMeasure

public static final EsriNAOutputLineType esriNAOutputLineTrueShapeWithMeasure
Constructor Detail

EsriNAOutputLineType

public EsriNAOutputLineType()
Method Detail

values

public static final EsriNAOutputLineType[] values()

valueOf

public static EsriNAOutputLineType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriNAOutputLineType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum