com.esri.arcgisws
Class EsriFindOption

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

public final class EsriFindOption
extends Enum

Java class for esriFindOption.

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

 <simpleType name="esriFindOption">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriFindVisibleLayers"/>
     <enumeration value="esriFindAllLayers"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

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

esriFindVisibleLayers

public static final EsriFindOption esriFindVisibleLayers

esriFindAllLayers

public static final EsriFindOption esriFindAllLayers
Constructor Detail

EsriFindOption

public EsriFindOption()
Method Detail

values

public static final EsriFindOption[] values()

valueOf

public static EsriFindOption valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriFindOption fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum