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