public enum GSCOLCOL extends Enum<GSCOLCOL> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getGSCOLCOL()| Enum Constant and Description |
|---|
CONST_BLUE
The 'Const Blue' literal object
|
CONST_CYAN
The 'Const Cyan' literal object
|
CONST_DEVICE_DEFAULT
The 'Const Device Default' literal object
|
CONST_DRAWING_DEFAULT
The 'Const Drawing Default' literal object
|
CONST_GREEN
The 'Const Green' literal object
|
CONST_MAGENTA
The 'Const Magenta' literal object
|
CONST_MEDIUM
The 'Const Medium' literal object
|
CONST_RED
The 'Const Red' literal object
|
CONST_YELLOW
The 'Const Yellow' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_BLUE_VALUE
The 'Const Blue' literal value
|
static int |
CONST_CYAN_VALUE
The 'Const Cyan' literal value
|
static int |
CONST_DEVICE_DEFAULT_VALUE
The 'Const Device Default' literal value
|
static int |
CONST_DRAWING_DEFAULT_VALUE
The 'Const Drawing Default' literal value
|
static int |
CONST_GREEN_VALUE
The 'Const Green' literal value
|
static int |
CONST_MAGENTA_VALUE
The 'Const Magenta' literal value
|
static int |
CONST_MEDIUM_VALUE
The 'Const Medium' literal value
|
static int |
CONST_RED_VALUE
The 'Const Red' literal value
|
static int |
CONST_YELLOW_VALUE
The 'Const Yellow' literal value
|
static List<GSCOLCOL> |
VALUES
A public read-only list of all the 'GSCOLCOL' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static GSCOLCOL |
get(int value)
Returns the 'GSCOLCOL' literal with the specified integer value
|
static GSCOLCOL |
get(String literal)
Returns the 'GSCOLCOL' literal with the specified literal value
|
static GSCOLCOL |
getByName(String name)
Returns the 'GSCOLCOL' 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 GSCOLCOL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GSCOLCOL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GSCOLCOL CONST_DRAWING_DEFAULT
CONST_DRAWING_DEFAULT_VALUEpublic static final GSCOLCOL CONST_BLUE
CONST_BLUE_VALUEpublic static final GSCOLCOL CONST_RED
CONST_RED_VALUEpublic static final GSCOLCOL CONST_MAGENTA
CONST_MAGENTA_VALUEpublic static final GSCOLCOL CONST_GREEN
CONST_GREEN_VALUEpublic static final GSCOLCOL CONST_CYAN
CONST_CYAN_VALUEpublic static final GSCOLCOL CONST_YELLOW
CONST_YELLOW_VALUEpublic static final GSCOLCOL CONST_DEVICE_DEFAULT
CONST_DEVICE_DEFAULT_VALUEpublic static final GSCOLCOL CONST_MEDIUM
CONST_MEDIUM_VALUEpublic static final int CONST_DRAWING_DEFAULT_VALUE
If the meaning of 'Const Drawing Default' literal object isn't clear, there really should be more of a description here...
CONST_DRAWING_DEFAULT,
Constant Field Valuespublic static final int CONST_BLUE_VALUE
If the meaning of 'Const Blue' literal object isn't clear, there really should be more of a description here...
CONST_BLUE,
Constant Field Valuespublic static final int CONST_RED_VALUE
If the meaning of 'Const Red' literal object isn't clear, there really should be more of a description here...
CONST_RED,
Constant Field Valuespublic static final int CONST_MAGENTA_VALUE
If the meaning of 'Const Magenta' literal object isn't clear, there really should be more of a description here...
CONST_MAGENTA,
Constant Field Valuespublic static final int CONST_GREEN_VALUE
If the meaning of 'Const Green' literal object isn't clear, there really should be more of a description here...
CONST_GREEN,
Constant Field Valuespublic static final int CONST_CYAN_VALUE
If the meaning of 'Const Cyan' literal object isn't clear, there really should be more of a description here...
CONST_CYAN,
Constant Field Valuespublic static final int CONST_YELLOW_VALUE
If the meaning of 'Const Yellow' literal object isn't clear, there really should be more of a description here...
CONST_YELLOW,
Constant Field Valuespublic static final int CONST_DEVICE_DEFAULT_VALUE
If the meaning of 'Const Device Default' literal object isn't clear, there really should be more of a description here...
CONST_DEVICE_DEFAULT,
Constant Field Valuespublic static final int CONST_MEDIUM_VALUE
If the meaning of 'Const Medium' literal object isn't clear, there really should be more of a description here...
CONST_MEDIUM,
Constant Field Valuespublic static GSCOLCOL[] values()
for (GSCOLCOL c : GSCOLCOL.values()) System.out.println(c);
public static GSCOLCOL 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 GSCOLCOL get(String literal)
literal - the literal.null.public static GSCOLCOL getByName(String name)
name - the name.null.public static GSCOLCOL 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.