com.esri.arcgisws
Class EsriFontWeight
java.lang.Object
   java.lang.Enum
java.lang.Enum
       com.esri.arcgisws.EsriFontWeight
com.esri.arcgisws.EsriFontWeight
- All Implemented Interfaces: 
- Serializable, Comparable
- public final class EsriFontWeight 
- extends Enum
Java class for esriFontWeight.
 
The following schema fragment specifies the expected content contained within this class.
 
 
 <simpleType name="esriFontWeight">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="normal"/>
     <enumeration value="bold"/>
     <enumeration value="bolder"/>
     <enumeration value="lighter"/>
   </restriction>
 </simpleType>
 
- See Also:
- Serialized Form
 
 
 
 
 
NORMAL
public static final EsriFontWeight NORMAL
BOLD
public static final EsriFontWeight BOLD
BOLDER
public static final EsriFontWeight BOLDER
LIGHTER
public static final EsriFontWeight LIGHTER
EsriFontWeight
public EsriFontWeight()
values
public static final EsriFontWeight[] values()
- 
 
valueOf
public static EsriFontWeight valueOf(String name)
- 
 
getValue
public String getValue()
- 
 
fromValue
public static EsriFontWeight fromValue(String v)
- 
 
fromString
@Deprecated
public static EsriFontWeight fromString(String value)
- Deprecated. 
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Enum
 
-