public enum GSMPPREC extends Enum<GSMPPREC> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getGSMPPREC()| 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<GSMPPREC> |
VALUES
A public read-only list of all the 'GSMPPREC' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static GSMPPREC |
get(int value)
Returns the 'GSMPPREC' literal with the specified integer value
|
static GSMPPREC |
get(String literal)
Returns the 'GSMPPREC' literal with the specified literal value
|
static GSMPPREC |
getByName(String name)
Returns the 'GSMPPREC' 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 GSMPPREC |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GSMPPREC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GSMPPREC CONST_DEFAULT
CONST_DEFAULT_VALUEpublic static final GSMPPREC CONST_STRING
CONST_STRING_VALUEpublic static final GSMPPREC CONST_CHARACTER
CONST_CHARACTER_VALUEpublic static final GSMPPREC 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 GSMPPREC[] values()
for (GSMPPREC c : GSMPPREC.values()) System.out.println(c);
public static GSMPPREC 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 GSMPPREC get(String literal)
literal - the literal.null.public static GSMPPREC getByName(String name)
name - the name.null.public static GSMPPREC 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.