public enum BDAFlags extends Enum<BDAFlags> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getBDAFlags()| Enum Constant and Description |
|---|
HRI
The 'HRI' literal object
|
POSITION1
The 'Position1' literal object
|
POSITION2
The 'Position2' literal object
|
SSCAST
The 'SSCAST' literal object
|
SUPRESS_BC
The 'Supress BC' literal object
|
SUPRESS_BLANKS
The 'Supress Blanks' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
HRI_VALUE
The 'HRI' literal value
|
static int |
POSITION1_VALUE
The 'Position1' literal value
|
static int |
POSITION2_VALUE
The 'Position2' literal value
|
static int |
SSCAST_VALUE
The 'SSCAST' literal value
|
static int |
SUPRESS_BC_VALUE
The 'Supress BC' literal value
|
static int |
SUPRESS_BLANKS_VALUE
The 'Supress Blanks' literal value
|
static List<BDAFlags> |
VALUES
A public read-only list of all the 'BDA Flags' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static BDAFlags |
get(int value)
Returns the 'BDA Flags' literal with the specified integer value
|
static BDAFlags |
get(String literal)
Returns the 'BDA Flags' literal with the specified literal value
|
static BDAFlags |
getByName(String name)
Returns the 'BDA 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 BDAFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BDAFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BDAFlags POSITION1
POSITION1_VALUEpublic static final BDAFlags POSITION2
POSITION2_VALUEpublic static final BDAFlags SSCAST
SSCAST_VALUEpublic static final BDAFlags SUPRESS_BC
SUPRESS_BC_VALUEpublic static final BDAFlags SUPRESS_BLANKS
SUPRESS_BLANKS_VALUEpublic static final int HRI_VALUE
If the meaning of 'HRI' literal object isn't clear, there really should be more of a description here...
HRI,
Constant Field Valuespublic static final int POSITION1_VALUE
If the meaning of 'Position1' literal object isn't clear, there really should be more of a description here...
POSITION1,
Constant Field Valuespublic static final int POSITION2_VALUE
If the meaning of 'Position2' literal object isn't clear, there really should be more of a description here...
POSITION2,
Constant Field Valuespublic static final int SSCAST_VALUE
If the meaning of 'SSCAST' literal object isn't clear, there really should be more of a description here...
SSCAST,
Constant Field Valuespublic static final int SUPRESS_BC_VALUE
If the meaning of 'Supress BC' literal object isn't clear, there really should be more of a description here...
SUPRESS_BC,
Constant Field Valuespublic static final int SUPRESS_BLANKS_VALUE
If the meaning of 'Supress Blanks' literal object isn't clear, there really should be more of a description here...
SUPRESS_BLANKS,
Constant Field Valuespublic static BDAFlags[] values()
for (BDAFlags c : BDAFlags.values()) System.out.println(c);
public static BDAFlags 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 BDAFlags get(String literal)
literal - the literal.null.public static BDAFlags getByName(String name)
name - the name.null.public static BDAFlags 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.EnumeratorCopyright © 2017. All rights reserved.