public enum FontDescriptorSpecificationFtWdClass extends Enum<FontDescriptorSpecificationFtWdClass> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_CONDENSED
The 'Const Condensed' literal object
|
CONST_EXPANDED
The 'Const Expanded' literal object
|
CONST_EXTRACONDENSED
The 'Const Extracondensed' literal object
|
CONST_EXTRAEXPANDED
The 'Const Extraexpanded' literal object
|
CONST_MEDIUM_NORMAL
The 'Const Medium Normal' literal object
|
CONST_NOTSPECIFIED
The 'Const Notspecified' literal object
|
CONST_SEMICONDENSED
The 'Const Semicondensed' literal object
|
CONST_SEMIEXPANDED
The 'Const Semiexpanded' literal object
|
CONST_ULTRACONDENSED
The 'Const Ultracondensed' literal object
|
CONST_ULTRAEXPANDED
The 'Const Ultraexpanded' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_CONDENSED_VALUE
The 'Const Condensed' literal value
|
static int |
CONST_EXPANDED_VALUE
The 'Const Expanded' literal value
|
static int |
CONST_EXTRACONDENSED_VALUE
The 'Const Extracondensed' literal value
|
static int |
CONST_EXTRAEXPANDED_VALUE
The 'Const Extraexpanded' literal value
|
static int |
CONST_MEDIUM_NORMAL_VALUE
The 'Const Medium Normal' literal value
|
static int |
CONST_NOTSPECIFIED_VALUE
The 'Const Notspecified' literal value
|
static int |
CONST_SEMICONDENSED_VALUE
The 'Const Semicondensed' literal value
|
static int |
CONST_SEMIEXPANDED_VALUE
The 'Const Semiexpanded' literal value
|
static int |
CONST_ULTRACONDENSED_VALUE
The 'Const Ultracondensed' literal value
|
static int |
CONST_ULTRAEXPANDED_VALUE
The 'Const Ultraexpanded' literal value
|
static List<FontDescriptorSpecificationFtWdClass> |
VALUES
A public read-only list of all the 'Font Descriptor Specification Ft Wd Class' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static FontDescriptorSpecificationFtWdClass |
get(int value)
Returns the 'Font Descriptor Specification Ft Wd Class' literal with the specified integer value
|
static FontDescriptorSpecificationFtWdClass |
get(String literal)
Returns the 'Font Descriptor Specification Ft Wd Class' literal with the specified literal value
|
static FontDescriptorSpecificationFtWdClass |
getByName(String name)
Returns the 'Font Descriptor Specification Ft Wd Class' literal with the specified name
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation
|
static FontDescriptorSpecificationFtWdClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontDescriptorSpecificationFtWdClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontDescriptorSpecificationFtWdClass CONST_NOTSPECIFIED
CONST_NOTSPECIFIED_VALUEpublic static final FontDescriptorSpecificationFtWdClass CONST_ULTRACONDENSED
CONST_ULTRACONDENSED_VALUEpublic static final FontDescriptorSpecificationFtWdClass CONST_EXTRACONDENSED
CONST_EXTRACONDENSED_VALUEpublic static final FontDescriptorSpecificationFtWdClass CONST_CONDENSED
CONST_CONDENSED_VALUEpublic static final FontDescriptorSpecificationFtWdClass CONST_SEMICONDENSED
CONST_SEMICONDENSED_VALUEpublic static final FontDescriptorSpecificationFtWdClass CONST_MEDIUM_NORMAL
CONST_MEDIUM_NORMAL_VALUEpublic static final FontDescriptorSpecificationFtWdClass CONST_SEMIEXPANDED
CONST_SEMIEXPANDED_VALUEpublic static final FontDescriptorSpecificationFtWdClass CONST_EXPANDED
CONST_EXPANDED_VALUEpublic static final FontDescriptorSpecificationFtWdClass CONST_EXTRAEXPANDED
CONST_EXTRAEXPANDED_VALUEpublic static final FontDescriptorSpecificationFtWdClass CONST_ULTRAEXPANDED
CONST_ULTRAEXPANDED_VALUEpublic static final int CONST_NOTSPECIFIED_VALUE
If the meaning of 'Const Notspecified' literal object isn't clear, there really should be more of a description here...
CONST_NOTSPECIFIED,
Constant Field Valuespublic static final int CONST_ULTRACONDENSED_VALUE
If the meaning of 'Const Ultracondensed' literal object isn't clear, there really should be more of a description here...
CONST_ULTRACONDENSED,
Constant Field Valuespublic static final int CONST_EXTRACONDENSED_VALUE
If the meaning of 'Const Extracondensed' literal object isn't clear, there really should be more of a description here...
CONST_EXTRACONDENSED,
Constant Field Valuespublic static final int CONST_CONDENSED_VALUE
If the meaning of 'Const Condensed' literal object isn't clear, there really should be more of a description here...
CONST_CONDENSED,
Constant Field Valuespublic static final int CONST_SEMICONDENSED_VALUE
If the meaning of 'Const Semicondensed' literal object isn't clear, there really should be more of a description here...
CONST_SEMICONDENSED,
Constant Field Valuespublic static final int CONST_MEDIUM_NORMAL_VALUE
If the meaning of 'Const Medium Normal' literal object isn't clear, there really should be more of a description here...
CONST_MEDIUM_NORMAL,
Constant Field Valuespublic static final int CONST_SEMIEXPANDED_VALUE
If the meaning of 'Const Semiexpanded' literal object isn't clear, there really should be more of a description here...
CONST_SEMIEXPANDED,
Constant Field Valuespublic static final int CONST_EXPANDED_VALUE
If the meaning of 'Const Expanded' literal object isn't clear, there really should be more of a description here...
CONST_EXPANDED,
Constant Field Valuespublic static final int CONST_EXTRAEXPANDED_VALUE
If the meaning of 'Const Extraexpanded' literal object isn't clear, there really should be more of a description here...
CONST_EXTRAEXPANDED,
Constant Field Valuespublic static final int CONST_ULTRAEXPANDED_VALUE
If the meaning of 'Const Ultraexpanded' literal object isn't clear, there really should be more of a description here...
CONST_ULTRAEXPANDED,
Constant Field Valuespublic static final List<FontDescriptorSpecificationFtWdClass> VALUES
public static FontDescriptorSpecificationFtWdClass[] values()
for (FontDescriptorSpecificationFtWdClass c : FontDescriptorSpecificationFtWdClass.values()) System.out.println(c);
public static FontDescriptorSpecificationFtWdClass valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static FontDescriptorSpecificationFtWdClass get(String literal)
literal - the literal.null.public static FontDescriptorSpecificationFtWdClass getByName(String name)
name - the name.null.public static FontDescriptorSpecificationFtWdClass get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<FontDescriptorSpecificationFtWdClass>Copyright © 2017. All rights reserved.