com.esri.arcgisws
Class EsriExecutionType

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

public final class EsriExecutionType
extends Enum

Java class for esriExecutionType.

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

 <simpleType name="esriExecutionType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriExecutionTypeAsynchronous"/>
     <enumeration value="esriExecutionTypeSynchronous"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

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

esriExecutionTypeAsynchronous

public static final EsriExecutionType esriExecutionTypeAsynchronous

esriExecutionTypeSynchronous

public static final EsriExecutionType esriExecutionTypeSynchronous
Constructor Detail

EsriExecutionType

public EsriExecutionType()
Method Detail

values

public static final EsriExecutionType[] values()

valueOf

public static EsriExecutionType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriExecutionType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum