public enum FNDFtWtClass extends Enum<FNDFtWtClass> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getFNDFtWtClass()| Enum Constant and Description |
|---|
CONST_BOLD
The 'Const Bold' literal object
|
CONST_EXTRABOLD
The 'Const Extrabold' literal object
|
CONST_EXTRALIGHT
The 'Const Extralight' literal object
|
CONST_LIGHT
The 'Const Light' literal object
|
CONST_MEDIUM_NORMAL
The 'Const Medium Normal' literal object
|
CONST_SEMIBOLD
The 'Const Semibold' literal object
|
CONST_SEMILIGHT
The 'Const Semilight' literal object
|
CONST_ULTRABOLD
The 'Const Ultrabold' literal object
|
CONST_ULTRALIGHT
The 'Const Ultralight' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_BOLD_VALUE
The 'Const Bold' literal value
|
static int |
CONST_EXTRABOLD_VALUE
The 'Const Extrabold' literal value
|
static int |
CONST_EXTRALIGHT_VALUE
The 'Const Extralight' literal value
|
static int |
CONST_LIGHT_VALUE
The 'Const Light' literal value
|
static int |
CONST_MEDIUM_NORMAL_VALUE
The 'Const Medium Normal' literal value
|
static int |
CONST_SEMIBOLD_VALUE
The 'Const Semibold' literal value
|
static int |
CONST_SEMILIGHT_VALUE
The 'Const Semilight' literal value
|
static int |
CONST_ULTRABOLD_VALUE
The 'Const Ultrabold' literal value
|
static int |
CONST_ULTRALIGHT_VALUE
The 'Const Ultralight' literal value
|
static List<FNDFtWtClass> |
VALUES
A public read-only list of all the 'FND Ft Wt Class' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static FNDFtWtClass |
get(int value)
Returns the 'FND Ft Wt Class' literal with the specified integer value
|
static FNDFtWtClass |
get(String literal)
Returns the 'FND Ft Wt Class' literal with the specified literal value
|
static FNDFtWtClass |
getByName(String name)
Returns the 'FND Ft Wt 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 FNDFtWtClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FNDFtWtClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FNDFtWtClass CONST_ULTRALIGHT
CONST_ULTRALIGHT_VALUEpublic static final FNDFtWtClass CONST_EXTRALIGHT
CONST_EXTRALIGHT_VALUEpublic static final FNDFtWtClass CONST_LIGHT
CONST_LIGHT_VALUEpublic static final FNDFtWtClass CONST_SEMILIGHT
CONST_SEMILIGHT_VALUEpublic static final FNDFtWtClass CONST_MEDIUM_NORMAL
CONST_MEDIUM_NORMAL_VALUEpublic static final FNDFtWtClass CONST_SEMIBOLD
CONST_SEMIBOLD_VALUEpublic static final FNDFtWtClass CONST_BOLD
CONST_BOLD_VALUEpublic static final FNDFtWtClass CONST_EXTRABOLD
CONST_EXTRABOLD_VALUEpublic static final FNDFtWtClass CONST_ULTRABOLD
CONST_ULTRABOLD_VALUEpublic static final int CONST_ULTRALIGHT_VALUE
If the meaning of 'Const Ultralight' literal object isn't clear, there really should be more of a description here...
CONST_ULTRALIGHT,
Constant Field Valuespublic static final int CONST_EXTRALIGHT_VALUE
If the meaning of 'Const Extralight' literal object isn't clear, there really should be more of a description here...
CONST_EXTRALIGHT,
Constant Field Valuespublic static final int CONST_LIGHT_VALUE
If the meaning of 'Const Light' literal object isn't clear, there really should be more of a description here...
CONST_LIGHT,
Constant Field Valuespublic static final int CONST_SEMILIGHT_VALUE
If the meaning of 'Const Semilight' literal object isn't clear, there really should be more of a description here...
CONST_SEMILIGHT,
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_SEMIBOLD_VALUE
If the meaning of 'Const Semibold' literal object isn't clear, there really should be more of a description here...
CONST_SEMIBOLD,
Constant Field Valuespublic static final int CONST_BOLD_VALUE
If the meaning of 'Const Bold' literal object isn't clear, there really should be more of a description here...
CONST_BOLD,
Constant Field Valuespublic static final int CONST_EXTRABOLD_VALUE
If the meaning of 'Const Extrabold' literal object isn't clear, there really should be more of a description here...
CONST_EXTRABOLD,
Constant Field Valuespublic static final int CONST_ULTRABOLD_VALUE
If the meaning of 'Const Ultrabold' literal object isn't clear, there really should be more of a description here...
CONST_ULTRABOLD,
Constant Field Valuespublic static final List<FNDFtWtClass> VALUES
public static FNDFtWtClass[] values()
for (FNDFtWtClass c : FNDFtWtClass.values()) System.out.println(c);
public static FNDFtWtClass 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 FNDFtWtClass get(String literal)
literal - the literal.null.public static FNDFtWtClass getByName(String name)
name - the name.null.public static FNDFtWtClass 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<FNDFtWtClass>Copyright © 2017. All rights reserved.