public enum GSLELINEEND extends Enum<GSLELINEEND> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getGSLELINEEND()| Enum Constant and Description |
|---|
CONST_DEFAULT
The 'Const Default' literal object
|
CONST_FLAT
The 'Const Flat' literal object
|
CONST_ROUND
The 'Const Round' literal object
|
CONST_SQUARE
The 'Const Square' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_DEFAULT_VALUE
The 'Const Default' literal value
|
static int |
CONST_FLAT_VALUE
The 'Const Flat' literal value
|
static int |
CONST_ROUND_VALUE
The 'Const Round' literal value
|
static int |
CONST_SQUARE_VALUE
The 'Const Square' literal value
|
static List<GSLELINEEND> |
VALUES
A public read-only list of all the 'GSLELINEEND' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static GSLELINEEND |
get(int value)
Returns the 'GSLELINEEND' literal with the specified integer value
|
static GSLELINEEND |
get(String literal)
Returns the 'GSLELINEEND' literal with the specified literal value
|
static GSLELINEEND |
getByName(String name)
Returns the 'GSLELINEEND' 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 GSLELINEEND |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GSLELINEEND[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GSLELINEEND CONST_DEFAULT
CONST_DEFAULT_VALUEpublic static final GSLELINEEND CONST_FLAT
CONST_FLAT_VALUEpublic static final GSLELINEEND CONST_SQUARE
CONST_SQUARE_VALUEpublic static final GSLELINEEND CONST_ROUND
CONST_ROUND_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_FLAT_VALUE
If the meaning of 'Const Flat' literal object isn't clear, there really should be more of a description here...
CONST_FLAT,
Constant Field Valuespublic static final int CONST_SQUARE_VALUE
If the meaning of 'Const Square' literal object isn't clear, there really should be more of a description here...
CONST_SQUARE,
Constant Field Valuespublic static final int CONST_ROUND_VALUE
If the meaning of 'Const Round' literal object isn't clear, there really should be more of a description here...
CONST_ROUND,
Constant Field Valuespublic static final List<GSLELINEEND> VALUES
public static GSLELINEEND[] values()
for (GSLELINEEND c : GSLELINEEND.values()) System.out.println(c);
public static GSLELINEEND 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 GSLELINEEND get(String literal)
literal - the literal.null.public static GSLELINEEND getByName(String name)
name - the name.null.public static GSLELINEEND 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.Enumeratorpublic String toString()
toString in class Enum<GSLELINEEND>Copyright © 2017. All rights reserved.