public enum RenderingIntentIOCARI extends Enum<RenderingIntentIOCARI> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getRenderingIntentIOCARI()| Enum Constant and Description |
|---|
CONST_ICC_ABSOLUTE_COLORIMETRC
The 'Const ICC Absolute Colorimetrc' literal object
|
CONST_MEDIA_RELATIVE_COLORIMETRIC
The 'Const Media Relative Colorimetric' literal object
|
CONST_NOT_SPECIFIED
The 'Const Not Specified' literal object
|
CONST_PERCEPTUAL
The 'Const Perceptual' literal object
|
CONST_SATURATION
The 'Const Saturation' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_ICC_ABSOLUTE_COLORIMETRC_VALUE
The 'Const ICC Absolute Colorimetrc' literal value
|
static int |
CONST_MEDIA_RELATIVE_COLORIMETRIC_VALUE
The 'Const Media Relative Colorimetric' literal value
|
static int |
CONST_NOT_SPECIFIED_VALUE
The 'Const Not Specified' literal value
|
static int |
CONST_PERCEPTUAL_VALUE
The 'Const Perceptual' literal value
|
static int |
CONST_SATURATION_VALUE
The 'Const Saturation' literal value
|
static List<RenderingIntentIOCARI> |
VALUES
A public read-only list of all the 'Rendering Intent IOCARI' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static RenderingIntentIOCARI |
get(int value)
Returns the 'Rendering Intent IOCARI' literal with the specified integer value
|
static RenderingIntentIOCARI |
get(String literal)
Returns the 'Rendering Intent IOCARI' literal with the specified literal value
|
static RenderingIntentIOCARI |
getByName(String name)
Returns the 'Rendering Intent IOCARI' 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 RenderingIntentIOCARI |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderingIntentIOCARI[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderingIntentIOCARI CONST_PERCEPTUAL
CONST_PERCEPTUAL_VALUEpublic static final RenderingIntentIOCARI CONST_MEDIA_RELATIVE_COLORIMETRIC
CONST_MEDIA_RELATIVE_COLORIMETRIC_VALUEpublic static final RenderingIntentIOCARI CONST_SATURATION
CONST_SATURATION_VALUEpublic static final RenderingIntentIOCARI CONST_ICC_ABSOLUTE_COLORIMETRC
CONST_ICC_ABSOLUTE_COLORIMETRC_VALUEpublic static final RenderingIntentIOCARI CONST_NOT_SPECIFIED
CONST_NOT_SPECIFIED_VALUEpublic static final int CONST_PERCEPTUAL_VALUE
If the meaning of 'Const Perceptual' literal object isn't clear, there really should be more of a description here...
CONST_PERCEPTUAL,
Constant Field Valuespublic static final int CONST_MEDIA_RELATIVE_COLORIMETRIC_VALUE
If the meaning of 'Const Media Relative Colorimetric' literal object isn't clear, there really should be more of a description here...
public static final int CONST_SATURATION_VALUE
If the meaning of 'Const Saturation' literal object isn't clear, there really should be more of a description here...
CONST_SATURATION,
Constant Field Valuespublic static final int CONST_ICC_ABSOLUTE_COLORIMETRC_VALUE
If the meaning of 'Const ICC Absolute Colorimetrc' literal object isn't clear, there really should be more of a description here...
public static final int CONST_NOT_SPECIFIED_VALUE
If the meaning of 'Const Not Specified' literal object isn't clear, there really should be more of a description here...
CONST_NOT_SPECIFIED,
Constant Field Valuespublic static final List<RenderingIntentIOCARI> VALUES
public static RenderingIntentIOCARI[] values()
for (RenderingIntentIOCARI c : RenderingIntentIOCARI.values()) System.out.println(c);
public static RenderingIntentIOCARI 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 RenderingIntentIOCARI get(String literal)
literal - the literal.null.public static RenderingIntentIOCARI getByName(String name)
name - the name.null.public static RenderingIntentIOCARI 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<RenderingIntentIOCARI>Copyright © 2017. All rights reserved.