com.esri.arcgisws
Class EsriRasterTableTypeEnum

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

public final class EsriRasterTableTypeEnum
extends Enum

Java class for esriRasterTableTypeEnum.

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

 <simpleType name="esriRasterTableTypeEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriRasterTableIndex"/>
     <enumeration value="esriRasterTableValue"/>
     <enumeration value="esriRasterTableInvalid"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

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

esriRasterTableIndex

public static final EsriRasterTableTypeEnum esriRasterTableIndex

esriRasterTableValue

public static final EsriRasterTableTypeEnum esriRasterTableValue

esriRasterTableInvalid

public static final EsriRasterTableTypeEnum esriRasterTableInvalid
Constructor Detail

EsriRasterTableTypeEnum

public EsriRasterTableTypeEnum()
Method Detail

values

public static final EsriRasterTableTypeEnum[] values()

valueOf

public static EsriRasterTableTypeEnum valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriRasterTableTypeEnum fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum