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