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