public enum FNCFntFlags extends Enum<FNCFntFlags> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getFNCFntFlags()| Enum Constant and Description |
|---|
EXTENSION_TYPE
The 'Extension Type' literal object
|
PRINTING_TYPE
The 'Printing Type' literal object
|
RETIRED
The 'Retired' literal object
|
UNIFORM_CHARACTER_BOX_FONT
The 'Uniform Character Box Font' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
EXTENSION_TYPE_VALUE
The 'Extension Type' literal value
|
static int |
PRINTING_TYPE_VALUE
The 'Printing Type' literal value
|
static int |
RETIRED_VALUE
The 'Retired' literal value
|
static int |
UNIFORM_CHARACTER_BOX_FONT_VALUE
The 'Uniform Character Box Font' literal value
|
static List<FNCFntFlags> |
VALUES
A public read-only list of all the 'FNC Fnt Flags' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static FNCFntFlags |
get(int value)
Returns the 'FNC Fnt Flags' literal with the specified integer value
|
static FNCFntFlags |
get(String literal)
Returns the 'FNC Fnt Flags' literal with the specified literal value
|
static FNCFntFlags |
getByName(String name)
Returns the 'FNC Fnt 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 FNCFntFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FNCFntFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FNCFntFlags PRINTING_TYPE
PRINTING_TYPE_VALUEpublic static final FNCFntFlags EXTENSION_TYPE
EXTENSION_TYPE_VALUEpublic static final FNCFntFlags RETIRED
RETIRED_VALUEpublic static final FNCFntFlags UNIFORM_CHARACTER_BOX_FONT
UNIFORM_CHARACTER_BOX_FONT_VALUEpublic static final int PRINTING_TYPE_VALUE
If the meaning of 'Printing Type' literal object isn't clear, there really should be more of a description here...
PRINTING_TYPE,
Constant Field Valuespublic static final int EXTENSION_TYPE_VALUE
If the meaning of 'Extension Type' literal object isn't clear, there really should be more of a description here...
EXTENSION_TYPE,
Constant Field Valuespublic static final int RETIRED_VALUE
If the meaning of 'Retired' literal object isn't clear, there really should be more of a description here...
RETIRED,
Constant Field Valuespublic static final int UNIFORM_CHARACTER_BOX_FONT_VALUE
If the meaning of 'Uniform Character Box Font' literal object isn't clear, there really should be more of a description here...
UNIFORM_CHARACTER_BOX_FONT,
Constant Field Valuespublic static final List<FNCFntFlags> VALUES
public static FNCFntFlags[] values()
for (FNCFntFlags c : FNCFntFlags.values()) System.out.println(c);
public static FNCFntFlags 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 FNCFntFlags get(String literal)
literal - the literal.null.public static FNCFntFlags getByName(String name)
name - the name.null.public static FNCFntFlags 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<FNCFntFlags>Copyright © 2017. All rights reserved.