com.esri.arcgisws
Class EsriSimpleTextVerticalAlignment

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

public final class EsriSimpleTextVerticalAlignment
extends Enum

Java class for esriSimpleTextVerticalAlignment.

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

 <simpleType name="esriSimpleTextVerticalAlignment">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="top"/>
     <enumeration value="middle"/>
     <enumeration value="baseline"/>
     <enumeration value="bottom"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

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

TOP

public static final EsriSimpleTextVerticalAlignment TOP

MIDDLE

public static final EsriSimpleTextVerticalAlignment MIDDLE

BASELINE

public static final EsriSimpleTextVerticalAlignment BASELINE

BOTTOM

public static final EsriSimpleTextVerticalAlignment BOTTOM
Constructor Detail

EsriSimpleTextVerticalAlignment

public EsriSimpleTextVerticalAlignment()
Method Detail

values

public static final EsriSimpleTextVerticalAlignment[] values()

valueOf

public static EsriSimpleTextVerticalAlignment valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriSimpleTextVerticalAlignment fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum