public enum FontDescriptorSpecificationFtUsFlags extends Enum<FontDescriptorSpecificationFtUsFlags> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
OUTLINE_FONT
The 'Outline Font' literal object
|
TRANSFORMABLE
The 'Transformable' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
OUTLINE_FONT_VALUE
The 'Outline Font' literal value
|
static int |
TRANSFORMABLE_VALUE
The 'Transformable' literal value
|
static List<FontDescriptorSpecificationFtUsFlags> |
VALUES
A public read-only list of all the 'Font Descriptor Specification Ft Us Flags' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static FontDescriptorSpecificationFtUsFlags |
get(int value)
Returns the 'Font Descriptor Specification Ft Us Flags' literal with the specified integer value
|
static FontDescriptorSpecificationFtUsFlags |
get(String literal)
Returns the 'Font Descriptor Specification Ft Us Flags' literal with the specified literal value
|
static FontDescriptorSpecificationFtUsFlags |
getByName(String name)
Returns the 'Font Descriptor Specification Ft Us 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 FontDescriptorSpecificationFtUsFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontDescriptorSpecificationFtUsFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontDescriptorSpecificationFtUsFlags OUTLINE_FONT
OUTLINE_FONT_VALUEpublic static final FontDescriptorSpecificationFtUsFlags TRANSFORMABLE
TRANSFORMABLE_VALUEpublic static final int OUTLINE_FONT_VALUE
If the meaning of 'Outline Font' literal object isn't clear, there really should be more of a description here...
OUTLINE_FONT,
Constant Field Valuespublic static final int TRANSFORMABLE_VALUE
If the meaning of 'Transformable' literal object isn't clear, there really should be more of a description here...
TRANSFORMABLE,
Constant Field Valuespublic static final List<FontDescriptorSpecificationFtUsFlags> VALUES
public static FontDescriptorSpecificationFtUsFlags[] values()
for (FontDescriptorSpecificationFtUsFlags c : FontDescriptorSpecificationFtUsFlags.values()) System.out.println(c);
public static FontDescriptorSpecificationFtUsFlags 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 FontDescriptorSpecificationFtUsFlags get(String literal)
literal - the literal.null.public static FontDescriptorSpecificationFtUsFlags getByName(String name)
name - the name.null.public static FontDescriptorSpecificationFtUsFlags 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<FontDescriptorSpecificationFtUsFlags>Copyright © 2017. All rights reserved.