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