com.esri.arcgisws
Class EsriNAOutputLineType
java.lang.Object
java.lang.Enum
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
esriNAOutputLineNone
public static final EsriNAOutputLineType esriNAOutputLineNone
esriNAOutputLineStraight
public static final EsriNAOutputLineType esriNAOutputLineStraight
esriNAOutputLineTrueShape
public static final EsriNAOutputLineType esriNAOutputLineTrueShape
esriNAOutputLineTrueShapeWithMeasure
public static final EsriNAOutputLineType esriNAOutputLineTrueShapeWithMeasure
EsriNAOutputLineType
public EsriNAOutputLineType()
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