com.esri.arcgisws
Class EsriNoDataInterpretation

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

public final class EsriNoDataInterpretation
extends java.lang.Enum

Java class for esriNoDataInterpretation.

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

 <simpleType name="esriNoDataInterpretation">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriNoDataMatchAny"/>
     <enumeration value="esriNoDataMatchAll"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static EsriNoDataInterpretation esriNoDataMatchAll
           
static EsriNoDataInterpretation esriNoDataMatchAny
           
 
Constructor Summary
EsriNoDataInterpretation()
           
 
Method Summary
static EsriNoDataInterpretation fromString(java.lang.String value)
          Deprecated. 
static EsriNoDataInterpretation fromValue(java.lang.String v)
           
 java.lang.String getValue()
           
 java.lang.String toString()
           
static EsriNoDataInterpretation valueOf(java.lang.String name)
           
static EsriNoDataInterpretation[] 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

esriNoDataMatchAny

public static final EsriNoDataInterpretation esriNoDataMatchAny

esriNoDataMatchAll

public static final EsriNoDataInterpretation esriNoDataMatchAll
Constructor Detail

EsriNoDataInterpretation

public EsriNoDataInterpretation()
Method Detail

values

public static final EsriNoDataInterpretation[] values()

valueOf

public static EsriNoDataInterpretation valueOf(java.lang.String name)

getValue

public java.lang.String getValue()

fromValue

public static EsriNoDataInterpretation fromValue(java.lang.String v)

fromString

@Deprecated
public static EsriNoDataInterpretation fromString(java.lang.String value)
Deprecated. 


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum