public enum ColorManagementResourceDescriptorCMRScpe extends Enum<ColorManagementResourceDescriptorCMRScpe> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_DATA_OBJECT
The 'Const Data Object' literal object
|
CONST_DOCUMENT
The 'Const Document' literal object
|
CONST_PAGE_GROUP
The 'Const Page Group' literal object
|
CONST_PAGE_OR_OVERLAY
The 'Const Page Or Overlay' literal object
|
CONST_PRINT_FILE
The 'Const Print File' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_DATA_OBJECT_VALUE
The 'Const Data Object' literal value
|
static int |
CONST_DOCUMENT_VALUE
The 'Const Document' literal value
|
static int |
CONST_PAGE_GROUP_VALUE
The 'Const Page Group' literal value
|
static int |
CONST_PAGE_OR_OVERLAY_VALUE
The 'Const Page Or Overlay' literal value
|
static int |
CONST_PRINT_FILE_VALUE
The 'Const Print File' literal value
|
static List<ColorManagementResourceDescriptorCMRScpe> |
VALUES
A public read-only list of all the 'Color Management Resource Descriptor CMR Scpe' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ColorManagementResourceDescriptorCMRScpe |
get(int value)
Returns the 'Color Management Resource Descriptor CMR Scpe' literal with the specified integer value
|
static ColorManagementResourceDescriptorCMRScpe |
get(String literal)
Returns the 'Color Management Resource Descriptor CMR Scpe' literal with the specified literal value
|
static ColorManagementResourceDescriptorCMRScpe |
getByName(String name)
Returns the 'Color Management Resource Descriptor CMR Scpe' 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 ColorManagementResourceDescriptorCMRScpe |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorManagementResourceDescriptorCMRScpe[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColorManagementResourceDescriptorCMRScpe CONST_DATA_OBJECT
CONST_DATA_OBJECT_VALUEpublic static final ColorManagementResourceDescriptorCMRScpe CONST_PAGE_OR_OVERLAY
CONST_PAGE_OR_OVERLAY_VALUEpublic static final ColorManagementResourceDescriptorCMRScpe CONST_DOCUMENT
CONST_DOCUMENT_VALUEpublic static final ColorManagementResourceDescriptorCMRScpe CONST_PRINT_FILE
CONST_PRINT_FILE_VALUEpublic static final ColorManagementResourceDescriptorCMRScpe CONST_PAGE_GROUP
CONST_PAGE_GROUP_VALUEpublic static final int CONST_DATA_OBJECT_VALUE
If the meaning of 'Const Data Object' literal object isn't clear, there really should be more of a description here...
CONST_DATA_OBJECT,
Constant Field Valuespublic static final int CONST_PAGE_OR_OVERLAY_VALUE
If the meaning of 'Const Page Or Overlay' literal object isn't clear, there really should be more of a description here...
CONST_PAGE_OR_OVERLAY,
Constant Field Valuespublic static final int CONST_DOCUMENT_VALUE
If the meaning of 'Const Document' literal object isn't clear, there really should be more of a description here...
CONST_DOCUMENT,
Constant Field Valuespublic static final int CONST_PRINT_FILE_VALUE
If the meaning of 'Const Print File' literal object isn't clear, there really should be more of a description here...
CONST_PRINT_FILE,
Constant Field Valuespublic static final int CONST_PAGE_GROUP_VALUE
If the meaning of 'Const Page Group' literal object isn't clear, there really should be more of a description here...
CONST_PAGE_GROUP,
Constant Field Valuespublic static final List<ColorManagementResourceDescriptorCMRScpe> VALUES
public static ColorManagementResourceDescriptorCMRScpe[] values()
for (ColorManagementResourceDescriptorCMRScpe c : ColorManagementResourceDescriptorCMRScpe.values()) System.out.println(c);
public static ColorManagementResourceDescriptorCMRScpe 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 ColorManagementResourceDescriptorCMRScpe get(String literal)
literal - the literal.null.public static ColorManagementResourceDescriptorCMRScpe getByName(String name)
name - the name.null.public static ColorManagementResourceDescriptorCMRScpe 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<ColorManagementResourceDescriptorCMRScpe>Copyright © 2017. All rights reserved.