com.esri.arcgisws
Class EsriJobMessageType

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

public final class EsriJobMessageType
extends Enum

Java class for esriJobMessageType.

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

 <simpleType name="esriJobMessageType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriJobMessageTypeInformative"/>
     <enumeration value="esriJobMessageTypeWarning"/>
     <enumeration value="esriJobMessageTypeError"/>
     <enumeration value="esriJobMessageTypeEmpty"/>
     <enumeration value="esriJobMessageTypeAbort"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static EsriJobMessageType esriJobMessageTypeAbort
           
static EsriJobMessageType esriJobMessageTypeEmpty
           
static EsriJobMessageType esriJobMessageTypeError
           
static EsriJobMessageType esriJobMessageTypeInformative
           
static EsriJobMessageType esriJobMessageTypeWarning
           
 
Constructor Summary
EsriJobMessageType()
           
 
Method Summary
static EsriJobMessageType fromString(String value)
          Deprecated. 
static EsriJobMessageType fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriJobMessageType valueOf(String name)
           
static EsriJobMessageType[] 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

esriJobMessageTypeInformative

public static final EsriJobMessageType esriJobMessageTypeInformative

esriJobMessageTypeWarning

public static final EsriJobMessageType esriJobMessageTypeWarning

esriJobMessageTypeError

public static final EsriJobMessageType esriJobMessageTypeError

esriJobMessageTypeEmpty

public static final EsriJobMessageType esriJobMessageTypeEmpty

esriJobMessageTypeAbort

public static final EsriJobMessageType esriJobMessageTypeAbort
Constructor Detail

EsriJobMessageType

public EsriJobMessageType()
Method Detail

values

public static final EsriJobMessageType[] values()

valueOf

public static EsriJobMessageType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriJobMessageType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum