com.esri.arcgisws
Class EsriGeodataXformApplyMethod
java.lang.Object
java.lang.Enum
com.esri.arcgisws.EsriGeodataXformApplyMethod
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class EsriGeodataXformApplyMethod
- extends java.lang.Enum
Java class for esriGeodataXformApplyMethod.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="esriGeodataXformApplyMethod">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="esriGeodataXformApplyAppend"/>
<enumeration value="esriGeodataXformApplyReplace"/>
<enumeration value="esriGeodataXformApplyOverwrite"/>
</restriction>
</simpleType>
- See Also:
- Serialized Form
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 |
esriGeodataXformApplyAppend
public static final EsriGeodataXformApplyMethod esriGeodataXformApplyAppend
esriGeodataXformApplyReplace
public static final EsriGeodataXformApplyMethod esriGeodataXformApplyReplace
esriGeodataXformApplyOverwrite
public static final EsriGeodataXformApplyMethod esriGeodataXformApplyOverwrite
EsriGeodataXformApplyMethod
public EsriGeodataXformApplyMethod()
values
public static final EsriGeodataXformApplyMethod[] values()
valueOf
public static EsriGeodataXformApplyMethod valueOf(java.lang.String name)
getValue
public java.lang.String getValue()
fromValue
public static EsriGeodataXformApplyMethod fromValue(java.lang.String v)
fromString
@Deprecated
public static EsriGeodataXformApplyMethod fromString(java.lang.String value)
- Deprecated.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum