com.esri.arcgisws
Class EsriTextCase

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

public final class EsriTextCase
extends Enum

Java class for esriTextCase.

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

 <simpleType name="esriTextCase">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriTCNormal"/>
     <enumeration value="esriTCLowercase"/>
     <enumeration value="esriTCAllCaps"/>
     <enumeration value="esriTCSmallCaps"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

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

esriTCNormal

public static final EsriTextCase esriTCNormal

esriTCLowercase

public static final EsriTextCase esriTCLowercase

esriTCAllCaps

public static final EsriTextCase esriTCAllCaps

esriTCSmallCaps

public static final EsriTextCase esriTCSmallCaps
Constructor Detail

EsriTextCase

public EsriTextCase()
Method Detail

values

public static final EsriTextCase[] values()

valueOf

public static EsriTextCase valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriTextCase fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum