com.esri.arcgisws
Class EsriFontDecoration

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

public final class EsriFontDecoration
extends Enum

Java class for esriFontDecoration.

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

 <simpleType name="esriFontDecoration">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="none"/>
     <enumeration value="underline"/>
     <enumeration value="line-through"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

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

NONE

public static final EsriFontDecoration NONE

UNDERLINE

public static final EsriFontDecoration UNDERLINE

LINE_THROUGH

public static final EsriFontDecoration LINE_THROUGH
Constructor Detail

EsriFontDecoration

public EsriFontDecoration()
Method Detail

values

public static final EsriFontDecoration[] values()

valueOf

public static EsriFontDecoration valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriFontDecoration fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum