com.esri.arcgisws
Class EsriNAOutputPolygonType

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

public final class EsriNAOutputPolygonType
extends Enum

Java class for esriNAOutputPolygonType.

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

 <simpleType name="esriNAOutputPolygonType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriNAOutputPolygonNone"/>
     <enumeration value="esriNAOutputPolygonSimplified"/>
     <enumeration value="esriNAOutputPolygonDetailed"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

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

esriNAOutputPolygonNone

public static final EsriNAOutputPolygonType esriNAOutputPolygonNone

esriNAOutputPolygonSimplified

public static final EsriNAOutputPolygonType esriNAOutputPolygonSimplified

esriNAOutputPolygonDetailed

public static final EsriNAOutputPolygonType esriNAOutputPolygonDetailed
Constructor Detail

EsriNAOutputPolygonType

public EsriNAOutputPolygonType()
Method Detail

values

public static final EsriNAOutputPolygonType[] values()

valueOf

public static EsriNAOutputPolygonType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriNAOutputPolygonType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum