com.esri.arcgisws
Class EsriServerPolygonLabelPlacementType

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

public final class EsriServerPolygonLabelPlacementType
extends Enum

Java class for esriServerPolygonLabelPlacementType.

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

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

See Also:
Serialized Form

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

esriServerPolygonPlacementAlwaysHorizontal

public static final EsriServerPolygonLabelPlacementType esriServerPolygonPlacementAlwaysHorizontal
Constructor Detail

EsriServerPolygonLabelPlacementType

public EsriServerPolygonLabelPlacementType()
Method Detail

values

public static final EsriServerPolygonLabelPlacementType[] values()

valueOf

public static EsriServerPolygonLabelPlacementType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriServerPolygonLabelPlacementType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum