com.esri.arcgisws
Class EsriSimpleTextHorizontalAlignment
java.lang.Object
java.lang.Enum
com.esri.arcgisws.EsriSimpleTextHorizontalAlignment
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class EsriSimpleTextHorizontalAlignment
- extends java.lang.Enum
Java class for esriSimpleTextHorizontalAlignment.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="esriSimpleTextHorizontalAlignment">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="left"/>
<enumeration value="center"/>
<enumeration value="right"/>
<enumeration value="justified"/>
</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 |
LEFT
public static final EsriSimpleTextHorizontalAlignment LEFT
CENTER
public static final EsriSimpleTextHorizontalAlignment CENTER
RIGHT
public static final EsriSimpleTextHorizontalAlignment RIGHT
JUSTIFIED
public static final EsriSimpleTextHorizontalAlignment JUSTIFIED
EsriSimpleTextHorizontalAlignment
public EsriSimpleTextHorizontalAlignment()
values
public static final EsriSimpleTextHorizontalAlignment[] values()
valueOf
public static EsriSimpleTextHorizontalAlignment valueOf(java.lang.String name)
getValue
public java.lang.String getValue()
fromValue
public static EsriSimpleTextHorizontalAlignment fromValue(java.lang.String v)
fromString
@Deprecated
public static EsriSimpleTextHorizontalAlignment fromString(java.lang.String value)
- Deprecated.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum