public enum FNDFtDsFlags extends Enum<FNDFtDsFlags> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getFNDFtDsFlags()| Enum Constant and Description |
|---|
ITALIC
The 'Italic' literal object
|
OVERSTRUCK
The 'Overstruck' 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 |
SOLID_VALUE
The 'Solid' literal value
|
static int |
UNDERSCORED_VALUE
The 'Underscored' literal value
|
static List<FNDFtDsFlags> |
VALUES
A public read-only list of all the 'FND Ft Ds Flags' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static FNDFtDsFlags |
get(int value)
Returns the 'FND Ft Ds Flags' literal with the specified integer value
|
static FNDFtDsFlags |
get(String literal)
Returns the 'FND Ft Ds Flags' literal with the specified literal value
|
static FNDFtDsFlags |
getByName(String name)
Returns the 'FND 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 FNDFtDsFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FNDFtDsFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FNDFtDsFlags ITALIC
ITALIC_VALUEpublic static final FNDFtDsFlags UNDERSCORED
UNDERSCORED_VALUEpublic static final FNDFtDsFlags SOLID
SOLID_VALUEpublic static final FNDFtDsFlags OVERSTRUCK
OVERSTRUCK_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 List<FNDFtDsFlags> VALUES
public static FNDFtDsFlags[] values()
for (FNDFtDsFlags c : FNDFtDsFlags.values()) System.out.println(c);
public static FNDFtDsFlags 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 FNDFtDsFlags get(String literal)
literal - the literal.null.public static FNDFtDsFlags getByName(String name)
name - the name.null.public static FNDFtDsFlags 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<FNDFtDsFlags>Copyright © 2017. All rights reserved.