public enum GBARFLAGS extends Enum<GBARFLAGS> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getGBARFLAGS()| Enum Constant and Description |
|---|
BOUNDARY
The 'BOUNDARY' literal object
|
INSIDE
The 'INSIDE' literal object
|
RES1
The 'RES1' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BOUNDARY_VALUE
The 'BOUNDARY' literal value
|
static int |
INSIDE_VALUE
The 'INSIDE' literal value
|
static int |
RES1_VALUE
The 'RES1' literal value
|
static List<GBARFLAGS> |
VALUES
A public read-only list of all the 'GBARFLAGS' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static GBARFLAGS |
get(int value)
Returns the 'GBARFLAGS' literal with the specified integer value
|
static GBARFLAGS |
get(String literal)
Returns the 'GBARFLAGS' literal with the specified literal value
|
static GBARFLAGS |
getByName(String name)
Returns the 'GBARFLAGS' 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 GBARFLAGS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GBARFLAGS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GBARFLAGS RES1
RES1_VALUEpublic static final GBARFLAGS BOUNDARY
BOUNDARY_VALUEpublic static final GBARFLAGS INSIDE
INSIDE_VALUEpublic static final int RES1_VALUE
If the meaning of 'RES1' literal object isn't clear, there really should be more of a description here...
RES1,
Constant Field Valuespublic static final int BOUNDARY_VALUE
If the meaning of 'BOUNDARY' literal object isn't clear, there really should be more of a description here...
BOUNDARY,
Constant Field Valuespublic static final int INSIDE_VALUE
If the meaning of 'INSIDE' literal object isn't clear, there really should be more of a description here...
INSIDE,
Constant Field Valuespublic static GBARFLAGS[] values()
for (GBARFLAGS c : GBARFLAGS.values()) System.out.println(c);
public static GBARFLAGS 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 GBARFLAGS get(String literal)
literal - the literal.null.public static GBARFLAGS getByName(String name)
name - the name.null.public static GBARFLAGS 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.