com.esri.arcgisws
Class EsriGeometryOffsetEnum

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

public final class EsriGeometryOffsetEnum
extends Enum

Java class for esriGeometryOffsetEnum.

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

 <simpleType name="esriGeometryOffsetEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriGeometryOffsetMitered"/>
     <enumeration value="esriGeometryOffsetBevelled"/>
     <enumeration value="esriGeometryOffsetRounded"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

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

esriGeometryOffsetMitered

public static final EsriGeometryOffsetEnum esriGeometryOffsetMitered

esriGeometryOffsetBevelled

public static final EsriGeometryOffsetEnum esriGeometryOffsetBevelled

esriGeometryOffsetRounded

public static final EsriGeometryOffsetEnum esriGeometryOffsetRounded
Constructor Detail

EsriGeometryOffsetEnum

public EsriGeometryOffsetEnum()
Method Detail

values

public static final EsriGeometryOffsetEnum[] values()

valueOf

public static EsriGeometryOffsetEnum valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriGeometryOffsetEnum fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum