public enum ColorSpecificationColSpce extends Enum<ColorSpecificationColSpce> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_CIELAB
The 'Const CIELAB' literal object
|
CONST_CMYK
The 'Const CMYK' literal object
|
CONST_HIGHLIGHT
The 'Const Highlight' literal object
|
CONST_OCA
The 'Const OCA' literal object
|
CONST_RGB
The 'Const RGB' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_CIELAB_VALUE
The 'Const CIELAB' literal value
|
static int |
CONST_CMYK_VALUE
The 'Const CMYK' literal value
|
static int |
CONST_HIGHLIGHT_VALUE
The 'Const Highlight' literal value
|
static int |
CONST_OCA_VALUE
The 'Const OCA' literal value
|
static int |
CONST_RGB_VALUE
The 'Const RGB' literal value
|
static List<ColorSpecificationColSpce> |
VALUES
A public read-only list of all the 'Color Specification Col Spce' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ColorSpecificationColSpce |
get(int value)
Returns the 'Color Specification Col Spce' literal with the specified integer value
|
static ColorSpecificationColSpce |
get(String literal)
Returns the 'Color Specification Col Spce' literal with the specified literal value
|
static ColorSpecificationColSpce |
getByName(String name)
Returns the 'Color Specification Col Spce' 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 ColorSpecificationColSpce |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorSpecificationColSpce[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColorSpecificationColSpce CONST_RGB
CONST_RGB_VALUEpublic static final ColorSpecificationColSpce CONST_CMYK
CONST_CMYK_VALUEpublic static final ColorSpecificationColSpce CONST_HIGHLIGHT
CONST_HIGHLIGHT_VALUEpublic static final ColorSpecificationColSpce CONST_CIELAB
CONST_CIELAB_VALUEpublic static final ColorSpecificationColSpce CONST_OCA
CONST_OCA_VALUEpublic static final int CONST_RGB_VALUE
If the meaning of 'Const RGB' literal object isn't clear, there really should be more of a description here...
CONST_RGB,
Constant Field Valuespublic static final int CONST_CMYK_VALUE
If the meaning of 'Const CMYK' literal object isn't clear, there really should be more of a description here...
CONST_CMYK,
Constant Field Valuespublic static final int CONST_HIGHLIGHT_VALUE
If the meaning of 'Const Highlight' literal object isn't clear, there really should be more of a description here...
CONST_HIGHLIGHT,
Constant Field Valuespublic static final int CONST_CIELAB_VALUE
If the meaning of 'Const CIELAB' literal object isn't clear, there really should be more of a description here...
CONST_CIELAB,
Constant Field Valuespublic static final int CONST_OCA_VALUE
If the meaning of 'Const OCA' literal object isn't clear, there really should be more of a description here...
CONST_OCA,
Constant Field Valuespublic static final List<ColorSpecificationColSpce> VALUES
public static ColorSpecificationColSpce[] values()
for (ColorSpecificationColSpce c : ColorSpecificationColSpce.values()) System.out.println(c);
public static ColorSpecificationColSpce 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 ColorSpecificationColSpce get(String literal)
literal - the literal.null.public static ColorSpecificationColSpce getByName(String name)
name - the name.null.public static ColorSpecificationColSpce 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<ColorSpecificationColSpce>Copyright © 2017. All rights reserved.