com.esri.arcgisws
Class EsriIdentifyOption

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

public final class EsriIdentifyOption
extends Enum

Java class for esriIdentifyOption.

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

 <simpleType name="esriIdentifyOption">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriIdentifyTopmost"/>
     <enumeration value="esriIdentifyAllLayers"/>
     <enumeration value="esriIdentifyVisibleLayers"/>
     <enumeration value="esriIdentifyTopOneWithHTMLPopup"/>
     <enumeration value="esriIdentifyVisibleWithHTMLPopup"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static EsriIdentifyOption esriIdentifyAllLayers
           
static EsriIdentifyOption esriIdentifyTopmost
           
static EsriIdentifyOption esriIdentifyTopOneWithHTMLPopup
           
static EsriIdentifyOption esriIdentifyVisibleLayers
           
static EsriIdentifyOption esriIdentifyVisibleWithHTMLPopup
           
 
Constructor Summary
EsriIdentifyOption()
           
 
Method Summary
static EsriIdentifyOption fromString(String value)
          Deprecated. 
static EsriIdentifyOption fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriIdentifyOption valueOf(String name)
           
static EsriIdentifyOption[] 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

esriIdentifyTopmost

public static final EsriIdentifyOption esriIdentifyTopmost

esriIdentifyAllLayers

public static final EsriIdentifyOption esriIdentifyAllLayers

esriIdentifyVisibleLayers

public static final EsriIdentifyOption esriIdentifyVisibleLayers

esriIdentifyTopOneWithHTMLPopup

public static final EsriIdentifyOption esriIdentifyTopOneWithHTMLPopup

esriIdentifyVisibleWithHTMLPopup

public static final EsriIdentifyOption esriIdentifyVisibleWithHTMLPopup
Constructor Detail

EsriIdentifyOption

public EsriIdentifyOption()
Method Detail

values

public static final EsriIdentifyOption[] values()

valueOf

public static EsriIdentifyOption valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriIdentifyOption fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum