public enum ColorManagementResourceDescriptorProcMode extends Enum<ColorManagementResourceDescriptorProcMode> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_AUDIT_CMR
The 'Const Audit CMR' literal object
|
CONST_INSTRUCTION_CMR
The 'Const Instruction CMR' literal object
|
CONST_LINK_CMR
The 'Const Link CMR' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_AUDIT_CMR_VALUE
The 'Const Audit CMR' literal value
|
static int |
CONST_INSTRUCTION_CMR_VALUE
The 'Const Instruction CMR' literal value
|
static int |
CONST_LINK_CMR_VALUE
The 'Const Link CMR' literal value
|
static List<ColorManagementResourceDescriptorProcMode> |
VALUES
A public read-only list of all the 'Color Management Resource Descriptor Proc Mode' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ColorManagementResourceDescriptorProcMode |
get(int value)
Returns the 'Color Management Resource Descriptor Proc Mode' literal with the specified integer value
|
static ColorManagementResourceDescriptorProcMode |
get(String literal)
Returns the 'Color Management Resource Descriptor Proc Mode' literal with the specified literal value
|
static ColorManagementResourceDescriptorProcMode |
getByName(String name)
Returns the 'Color Management Resource Descriptor Proc Mode' 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 ColorManagementResourceDescriptorProcMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorManagementResourceDescriptorProcMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColorManagementResourceDescriptorProcMode CONST_AUDIT_CMR
CONST_AUDIT_CMR_VALUEpublic static final ColorManagementResourceDescriptorProcMode CONST_INSTRUCTION_CMR
CONST_INSTRUCTION_CMR_VALUEpublic static final ColorManagementResourceDescriptorProcMode CONST_LINK_CMR
CONST_LINK_CMR_VALUEpublic static final int CONST_AUDIT_CMR_VALUE
If the meaning of 'Const Audit CMR' literal object isn't clear, there really should be more of a description here...
CONST_AUDIT_CMR,
Constant Field Valuespublic static final int CONST_INSTRUCTION_CMR_VALUE
If the meaning of 'Const Instruction CMR' literal object isn't clear, there really should be more of a description here...
CONST_INSTRUCTION_CMR,
Constant Field Valuespublic static final int CONST_LINK_CMR_VALUE
If the meaning of 'Const Link CMR' literal object isn't clear, there really should be more of a description here...
CONST_LINK_CMR,
Constant Field Valuespublic static final List<ColorManagementResourceDescriptorProcMode> VALUES
public static ColorManagementResourceDescriptorProcMode[] values()
for (ColorManagementResourceDescriptorProcMode c : ColorManagementResourceDescriptorProcMode.values()) System.out.println(c);
public static ColorManagementResourceDescriptorProcMode 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 ColorManagementResourceDescriptorProcMode get(String literal)
literal - the literal.null.public static ColorManagementResourceDescriptorProcMode getByName(String name)
name - the name.null.public static ColorManagementResourceDescriptorProcMode 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<ColorManagementResourceDescriptorProcMode>Copyright © 2017. All rights reserved.