public enum STCFRGCOLOR extends Enum<STCFRGCOLOR> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getSTCFRGCOLOR()| Enum Constant and Description |
|---|
CONST_BLACK
The 'Const Black' literal object
|
CONST_BLUE
The 'Const Blue' literal object
|
CONST_BLUE2
The 'Const Blue2' literal object
|
CONST_BROWN
The 'Const Brown' literal object
|
CONST_DEFAULT_INDICATOR
The 'Const Default Indicator' literal object
|
CONST_DEVICEDEFAULT
The 'Const Devicedefault' literal object
|
CONST_DEVICEDEFAULT2
The 'Const Devicedefault2' literal object
|
CONST_DEVICEDEFAULT3
The 'Const Devicedefault3' literal object
|
CONST_GREEN
The 'Const Green' literal object
|
CONST_GREEN2
The 'Const Green2' literal object
|
CONST_PINK_MAGENTA
The 'Const Pink Magenta' literal object
|
CONST_PINK_MAGENTA2
The 'Const Pink Magenta2' literal object
|
CONST_RED
The 'Const Red' literal object
|
CONST_RED2
The 'Const Red2' literal object
|
CONST_RESET_COLOR
The 'Const Reset Color' literal object
|
CONST_TURQUOISE_CYAN
The 'Const Turquoise Cyan' literal object
|
CONST_TURQUOISE_CYAN2
The 'Const Turquoise Cyan2' literal object
|
CONST_YELLOW
The 'Const Yellow' literal object
|
CONST_YELLOW2
The 'Const Yellow2' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_BLACK_VALUE
The 'Const Black' literal value
|
static int |
CONST_BLUE_VALUE
The 'Const Blue' literal value
|
static int |
CONST_BLUE2_VALUE
The 'Const Blue2' literal value
|
static int |
CONST_BROWN_VALUE
The 'Const Brown' literal value
|
static int |
CONST_DEFAULT_INDICATOR_VALUE
The 'Const Default Indicator' literal value
|
static int |
CONST_DEVICEDEFAULT_VALUE
The 'Const Devicedefault' literal value
|
static int |
CONST_DEVICEDEFAULT2_VALUE
The 'Const Devicedefault2' literal value
|
static int |
CONST_DEVICEDEFAULT3_VALUE
The 'Const Devicedefault3' literal value
|
static int |
CONST_GREEN_VALUE
The 'Const Green' literal value
|
static int |
CONST_GREEN2_VALUE
The 'Const Green2' literal value
|
static int |
CONST_PINK_MAGENTA_VALUE
The 'Const Pink Magenta' literal value
|
static int |
CONST_PINK_MAGENTA2_VALUE
The 'Const Pink Magenta2' literal value
|
static int |
CONST_RED_VALUE
The 'Const Red' literal value
|
static int |
CONST_RED2_VALUE
The 'Const Red2' literal value
|
static int |
CONST_RESET_COLOR_VALUE
The 'Const Reset Color' literal value
|
static int |
CONST_TURQUOISE_CYAN_VALUE
The 'Const Turquoise Cyan' literal value
|
static int |
CONST_TURQUOISE_CYAN2_VALUE
The 'Const Turquoise Cyan2' literal value
|
static int |
CONST_YELLOW_VALUE
The 'Const Yellow' literal value
|
static int |
CONST_YELLOW2_VALUE
The 'Const Yellow2' literal value
|
static List<STCFRGCOLOR> |
VALUES
A public read-only list of all the 'STCFRGCOLOR' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static STCFRGCOLOR |
get(int value)
Returns the 'STCFRGCOLOR' literal with the specified integer value
|
static STCFRGCOLOR |
get(String literal)
Returns the 'STCFRGCOLOR' literal with the specified literal value
|
static STCFRGCOLOR |
getByName(String name)
Returns the 'STCFRGCOLOR' 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 STCFRGCOLOR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STCFRGCOLOR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STCFRGCOLOR CONST_DEVICEDEFAULT
CONST_DEVICEDEFAULT_VALUEpublic static final STCFRGCOLOR CONST_DEVICEDEFAULT2
CONST_DEVICEDEFAULT2_VALUEpublic static final STCFRGCOLOR CONST_BLUE
CONST_BLUE_VALUEpublic static final STCFRGCOLOR CONST_BLUE2
CONST_BLUE2_VALUEpublic static final STCFRGCOLOR CONST_RED
CONST_RED_VALUEpublic static final STCFRGCOLOR CONST_RED2
CONST_RED2_VALUEpublic static final STCFRGCOLOR CONST_PINK_MAGENTA
CONST_PINK_MAGENTA_VALUEpublic static final STCFRGCOLOR CONST_PINK_MAGENTA2
CONST_PINK_MAGENTA2_VALUEpublic static final STCFRGCOLOR CONST_GREEN
CONST_GREEN_VALUEpublic static final STCFRGCOLOR CONST_GREEN2
CONST_GREEN2_VALUEpublic static final STCFRGCOLOR CONST_TURQUOISE_CYAN
CONST_TURQUOISE_CYAN_VALUEpublic static final STCFRGCOLOR CONST_TURQUOISE_CYAN2
CONST_TURQUOISE_CYAN2_VALUEpublic static final STCFRGCOLOR CONST_YELLOW
CONST_YELLOW_VALUEpublic static final STCFRGCOLOR CONST_YELLOW2
CONST_YELLOW2_VALUEpublic static final STCFRGCOLOR CONST_BLACK
CONST_BLACK_VALUEpublic static final STCFRGCOLOR CONST_BROWN
CONST_BROWN_VALUEpublic static final STCFRGCOLOR CONST_DEVICEDEFAULT3
CONST_DEVICEDEFAULT3_VALUEpublic static final STCFRGCOLOR CONST_RESET_COLOR
CONST_RESET_COLOR_VALUEpublic static final STCFRGCOLOR CONST_DEFAULT_INDICATOR
CONST_DEFAULT_INDICATOR_VALUEpublic static final int CONST_DEVICEDEFAULT_VALUE
If the meaning of 'Const Devicedefault' literal object isn't clear, there really should be more of a description here...
CONST_DEVICEDEFAULT,
Constant Field Valuespublic static final int CONST_DEVICEDEFAULT2_VALUE
If the meaning of 'Const Devicedefault2' literal object isn't clear, there really should be more of a description here...
CONST_DEVICEDEFAULT2,
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_BLUE2_VALUE
If the meaning of 'Const Blue2' literal object isn't clear, there really should be more of a description here...
CONST_BLUE2,
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_RED2_VALUE
If the meaning of 'Const Red2' literal object isn't clear, there really should be more of a description here...
CONST_RED2,
Constant Field Valuespublic static final int CONST_PINK_MAGENTA_VALUE
If the meaning of 'Const Pink Magenta' literal object isn't clear, there really should be more of a description here...
CONST_PINK_MAGENTA,
Constant Field Valuespublic static final int CONST_PINK_MAGENTA2_VALUE
If the meaning of 'Const Pink Magenta2' literal object isn't clear, there really should be more of a description here...
CONST_PINK_MAGENTA2,
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_GREEN2_VALUE
If the meaning of 'Const Green2' literal object isn't clear, there really should be more of a description here...
CONST_GREEN2,
Constant Field Valuespublic static final int CONST_TURQUOISE_CYAN_VALUE
If the meaning of 'Const Turquoise Cyan' literal object isn't clear, there really should be more of a description here...
CONST_TURQUOISE_CYAN,
Constant Field Valuespublic static final int CONST_TURQUOISE_CYAN2_VALUE
If the meaning of 'Const Turquoise Cyan2' literal object isn't clear, there really should be more of a description here...
CONST_TURQUOISE_CYAN2,
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_YELLOW2_VALUE
If the meaning of 'Const Yellow2' literal object isn't clear, there really should be more of a description here...
CONST_YELLOW2,
Constant Field Valuespublic static final int CONST_BLACK_VALUE
If the meaning of 'Const Black' literal object isn't clear, there really should be more of a description here...
CONST_BLACK,
Constant Field Valuespublic static final int CONST_BROWN_VALUE
If the meaning of 'Const Brown' literal object isn't clear, there really should be more of a description here...
CONST_BROWN,
Constant Field Valuespublic static final int CONST_DEVICEDEFAULT3_VALUE
If the meaning of 'Const Devicedefault3' literal object isn't clear, there really should be more of a description here...
CONST_DEVICEDEFAULT3,
Constant Field Valuespublic static final int CONST_RESET_COLOR_VALUE
If the meaning of 'Const Reset Color' literal object isn't clear, there really should be more of a description here...
CONST_RESET_COLOR,
Constant Field Valuespublic static final int CONST_DEFAULT_INDICATOR_VALUE
If the meaning of 'Const Default Indicator' literal object isn't clear, there really should be more of a description here...
CONST_DEFAULT_INDICATOR,
Constant Field Valuespublic static final List<STCFRGCOLOR> VALUES
public static STCFRGCOLOR[] values()
for (STCFRGCOLOR c : STCFRGCOLOR.values()) System.out.println(c);
public static STCFRGCOLOR 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 STCFRGCOLOR get(String literal)
literal - the literal.null.public static STCFRGCOLOR getByName(String name)
name - the name.null.public static STCFRGCOLOR 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<STCFRGCOLOR>Copyright © 2017. All rights reserved.