com.esri.arcgisws
Class EsriGlobeLayerBaseOption
java.lang.Object
java.lang.Enum
com.esri.arcgisws.EsriGlobeLayerBaseOption
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class EsriGlobeLayerBaseOption
- extends java.lang.Enum
Java class for esriGlobeLayerBaseOption.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="esriGlobeLayerBaseOption">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="esriGlobeLayerBaseGlobe"/>
<enumeration value="esriGlobeLayerBaseExpression"/>
<enumeration value="esriGlobeLayerBaseLayer"/>
<enumeration value="esriGlobeLayerBaseSelf"/>
</restriction>
</simpleType>
- See Also:
- Serialized Form
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 |
esriGlobeLayerBaseGlobe
public static final EsriGlobeLayerBaseOption esriGlobeLayerBaseGlobe
esriGlobeLayerBaseExpression
public static final EsriGlobeLayerBaseOption esriGlobeLayerBaseExpression
esriGlobeLayerBaseLayer
public static final EsriGlobeLayerBaseOption esriGlobeLayerBaseLayer
esriGlobeLayerBaseSelf
public static final EsriGlobeLayerBaseOption esriGlobeLayerBaseSelf
EsriGlobeLayerBaseOption
public EsriGlobeLayerBaseOption()
values
public static final EsriGlobeLayerBaseOption[] values()
valueOf
public static EsriGlobeLayerBaseOption valueOf(java.lang.String name)
getValue
public java.lang.String getValue()
fromValue
public static EsriGlobeLayerBaseOption fromValue(java.lang.String v)
fromString
@Deprecated
public static EsriGlobeLayerBaseOption fromString(java.lang.String value)
- Deprecated.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum