public enum FontDescriptorSpecificationFtDsFlags extends Enum<FontDescriptorSpecificationFtDsFlags> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
ITALIC
The 'Italic' literal object
|
OVERSTRUCK
The 'Overstruck' literal object
|
PAIRWISEKERNED
The 'Pairwisekerned' literal object
|
PARAMETERISSPECIFIED
The 'Parameterisspecified' literal object
|
PROPORTIONALLYSPACED
The 'Proportionallyspaced' literal object
|
SOLID
The 'Solid' literal object
|
UNDERSCORED
The 'Underscored' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ITALIC_VALUE
The 'Italic' literal value
|
static int |
OVERSTRUCK_VALUE
The 'Overstruck' literal value
|
static int |
PAIRWISEKERNED_VALUE
The 'Pairwisekerned' literal value
|
static int |
PARAMETERISSPECIFIED_VALUE
The 'Parameterisspecified' literal value
|
static int |
PROPORTIONALLYSPACED_VALUE
The 'Proportionallyspaced' literal value
|
static int |
SOLID_VALUE
The 'Solid' literal value
|
static int |
UNDERSCORED_VALUE
The 'Underscored' literal value
|
static List<FontDescriptorSpecificationFtDsFlags> |
VALUES
A public read-only list of all the 'Font Descriptor Specification Ft Ds Flags' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static FontDescriptorSpecificationFtDsFlags |
get(int value)
Returns the 'Font Descriptor Specification Ft Ds Flags' literal with the specified integer value
|
static FontDescriptorSpecificationFtDsFlags |
get(String literal)
Returns the 'Font Descriptor Specification Ft Ds Flags' literal with the specified literal value
|
static FontDescriptorSpecificationFtDsFlags |
getByName(String name)
Returns the 'Font Descriptor Specification Ft Ds Flags' 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 FontDescriptorSpecificationFtDsFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontDescriptorSpecificationFtDsFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontDescriptorSpecificationFtDsFlags ITALIC
ITALIC_VALUEpublic static final FontDescriptorSpecificationFtDsFlags UNDERSCORED
UNDERSCORED_VALUEpublic static final FontDescriptorSpecificationFtDsFlags SOLID
SOLID_VALUEpublic static final FontDescriptorSpecificationFtDsFlags OVERSTRUCK
OVERSTRUCK_VALUEpublic static final FontDescriptorSpecificationFtDsFlags PROPORTIONALLYSPACED
PROPORTIONALLYSPACED_VALUEpublic static final FontDescriptorSpecificationFtDsFlags PAIRWISEKERNED
PAIRWISEKERNED_VALUEpublic static final FontDescriptorSpecificationFtDsFlags PARAMETERISSPECIFIED
PARAMETERISSPECIFIED_VALUEpublic static final int ITALIC_VALUE
If the meaning of 'Italic' literal object isn't clear, there really should be more of a description here...
ITALIC,
Constant Field Valuespublic static final int UNDERSCORED_VALUE
If the meaning of 'Underscored' literal object isn't clear, there really should be more of a description here...
UNDERSCORED,
Constant Field Valuespublic static final int SOLID_VALUE
If the meaning of 'Solid' literal object isn't clear, there really should be more of a description here...
SOLID,
Constant Field Valuespublic static final int OVERSTRUCK_VALUE
If the meaning of 'Overstruck' literal object isn't clear, there really should be more of a description here...
OVERSTRUCK,
Constant Field Valuespublic static final int PROPORTIONALLYSPACED_VALUE
If the meaning of 'Proportionallyspaced' literal object isn't clear, there really should be more of a description here...
PROPORTIONALLYSPACED,
Constant Field Valuespublic static final int PAIRWISEKERNED_VALUE
If the meaning of 'Pairwisekerned' literal object isn't clear, there really should be more of a description here...
PAIRWISEKERNED,
Constant Field Valuespublic static final int PARAMETERISSPECIFIED_VALUE
If the meaning of 'Parameterisspecified' literal object isn't clear, there really should be more of a description here...
PARAMETERISSPECIFIED,
Constant Field Valuespublic static final List<FontDescriptorSpecificationFtDsFlags> VALUES
public static FontDescriptorSpecificationFtDsFlags[] values()
for (FontDescriptorSpecificationFtDsFlags c : FontDescriptorSpecificationFtDsFlags.values()) System.out.println(c);
public static FontDescriptorSpecificationFtDsFlags 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 FontDescriptorSpecificationFtDsFlags get(String literal)
literal - the literal.null.public static FontDescriptorSpecificationFtDsFlags getByName(String name)
name - the name.null.public static FontDescriptorSpecificationFtDsFlags 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<FontDescriptorSpecificationFtDsFlags>Copyright © 2017. All rights reserved.