com.esri.arcgisws
Class EsriRowsType

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

public final class EsriRowsType
extends Enum

Java class for esriRowsType.

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

 <simpleType name="esriRowsType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriRowsTypeFilter"/>
     <enumeration value="esriRowsTypeAll"/>
     <enumeration value="esriRowsTypeNone"/>
   </restriction>
 </simpleType>
 
Defines the criteria for determining which rows to check out.

See Also:
Serialized Form

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

esriRowsTypeFilter

public static final EsriRowsType esriRowsTypeFilter

esriRowsTypeAll

public static final EsriRowsType esriRowsTypeAll

esriRowsTypeNone

public static final EsriRowsType esriRowsTypeNone
Constructor Detail

EsriRowsType

public EsriRowsType()
Method Detail

values

public static final EsriRowsType[] values()

valueOf

public static EsriRowsType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriRowsType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum