com.esri.arcgisws
Class EsriServerPointLabelPlacementType

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

public final class EsriServerPointLabelPlacementType
extends Enum

Java class for esriServerPointLabelPlacementType.

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

 <simpleType name="esriServerPointLabelPlacementType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriServerPointLabelPlacementAboveCenter"/>
     <enumeration value="esriServerPointLabelPlacementAboveLeft"/>
     <enumeration value="esriServerPointLabelPlacementAboveRight"/>
     <enumeration value="esriServerPointLabelPlacementBelowCenter"/>
     <enumeration value="esriServerPointLabelPlacementBelowLeft"/>
     <enumeration value="esriServerPointLabelPlacementBelowRight"/>
     <enumeration value="esriServerPointLabelPlacementCenterCenter"/>
     <enumeration value="esriServerPointLabelPlacementCenterLeft"/>
     <enumeration value="esriServerPointLabelPlacementCenterRight"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static EsriServerPointLabelPlacementType esriServerPointLabelPlacementAboveCenter
           
static EsriServerPointLabelPlacementType esriServerPointLabelPlacementAboveLeft
           
static EsriServerPointLabelPlacementType esriServerPointLabelPlacementAboveRight
           
static EsriServerPointLabelPlacementType esriServerPointLabelPlacementBelowCenter
           
static EsriServerPointLabelPlacementType esriServerPointLabelPlacementBelowLeft
           
static EsriServerPointLabelPlacementType esriServerPointLabelPlacementBelowRight
           
static EsriServerPointLabelPlacementType esriServerPointLabelPlacementCenterCenter
           
static EsriServerPointLabelPlacementType esriServerPointLabelPlacementCenterLeft
           
static EsriServerPointLabelPlacementType esriServerPointLabelPlacementCenterRight
           
 
Constructor Summary
EsriServerPointLabelPlacementType()
           
 
Method Summary
static EsriServerPointLabelPlacementType fromString(String value)
          Deprecated. 
static EsriServerPointLabelPlacementType fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriServerPointLabelPlacementType valueOf(String name)
           
static EsriServerPointLabelPlacementType[] 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

esriServerPointLabelPlacementAboveCenter

public static final EsriServerPointLabelPlacementType esriServerPointLabelPlacementAboveCenter

esriServerPointLabelPlacementAboveLeft

public static final EsriServerPointLabelPlacementType esriServerPointLabelPlacementAboveLeft

esriServerPointLabelPlacementAboveRight

public static final EsriServerPointLabelPlacementType esriServerPointLabelPlacementAboveRight

esriServerPointLabelPlacementBelowCenter

public static final EsriServerPointLabelPlacementType esriServerPointLabelPlacementBelowCenter

esriServerPointLabelPlacementBelowLeft

public static final EsriServerPointLabelPlacementType esriServerPointLabelPlacementBelowLeft

esriServerPointLabelPlacementBelowRight

public static final EsriServerPointLabelPlacementType esriServerPointLabelPlacementBelowRight

esriServerPointLabelPlacementCenterCenter

public static final EsriServerPointLabelPlacementType esriServerPointLabelPlacementCenterCenter

esriServerPointLabelPlacementCenterLeft

public static final EsriServerPointLabelPlacementType esriServerPointLabelPlacementCenterLeft

esriServerPointLabelPlacementCenterRight

public static final EsriServerPointLabelPlacementType esriServerPointLabelPlacementCenterRight
Constructor Detail

EsriServerPointLabelPlacementType

public EsriServerPointLabelPlacementType()
Method Detail

values

public static final EsriServerPointLabelPlacementType[] values()

valueOf

public static EsriServerPointLabelPlacementType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriServerPointLabelPlacementType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum