com.esri.arcgisws
Class EsriImageReturnType

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

public final class EsriImageReturnType
extends Enum

Java class for esriImageReturnType.

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

 <simpleType name="esriImageReturnType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriImageReturnURL"/>
     <enumeration value="esriImageReturnMimeData"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

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

esriImageReturnURL

public static final EsriImageReturnType esriImageReturnURL

esriImageReturnMimeData

public static final EsriImageReturnType esriImageReturnMimeData
Constructor Detail

EsriImageReturnType

public EsriImageReturnType()
Method Detail

values

public static final EsriImageReturnType[] values()

valueOf

public static EsriImageReturnType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriImageReturnType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum