public enum ColorFidelityColSub extends Enum<ColorFidelityColSub> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getColorFidelityColSub()| Enum Constant and Description |
|---|
CONST_ANY_SUBSTITION
The 'Const Any Substition' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_ANY_SUBSTITION_VALUE
The 'Const Any Substition' literal value
|
static List<ColorFidelityColSub> |
VALUES
A public read-only list of all the 'Color Fidelity Col Sub' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ColorFidelityColSub |
get(int value)
Returns the 'Color Fidelity Col Sub' literal with the specified integer value
|
static ColorFidelityColSub |
get(String literal)
Returns the 'Color Fidelity Col Sub' literal with the specified literal value
|
static ColorFidelityColSub |
getByName(String name)
Returns the 'Color Fidelity Col Sub' 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 ColorFidelityColSub |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorFidelityColSub[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColorFidelityColSub CONST_ANY_SUBSTITION
CONST_ANY_SUBSTITION_VALUEpublic static final int CONST_ANY_SUBSTITION_VALUE
If the meaning of 'Const Any Substition' literal object isn't clear, there really should be more of a description here...
CONST_ANY_SUBSTITION,
Constant Field Valuespublic static final List<ColorFidelityColSub> VALUES
public static ColorFidelityColSub[] values()
for (ColorFidelityColSub c : ColorFidelityColSub.values()) System.out.println(c);
public static ColorFidelityColSub 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 ColorFidelityColSub get(String literal)
literal - the literal.null.public static ColorFidelityColSub getByName(String name)
name - the name.null.public static ColorFidelityColSub 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<ColorFidelityColSub>Copyright © 2017. All rights reserved.