public static enum Triplet.ColorManagementResourceDescriptor.CMRProcessingMode extends java.lang.Enum<Triplet.ColorManagementResourceDescriptor.CMRProcessingMode>
| Enum Constant and Description |
|---|
AuditCMR |
InstructionCMR |
LinkCMR |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static Triplet.ColorManagementResourceDescriptor.CMRProcessingMode |
valueOf(byte codeByte) |
static Triplet.ColorManagementResourceDescriptor.CMRProcessingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Triplet.ColorManagementResourceDescriptor.CMRProcessingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Triplet.ColorManagementResourceDescriptor.CMRProcessingMode AuditCMR
public static final Triplet.ColorManagementResourceDescriptor.CMRProcessingMode InstructionCMR
public static final Triplet.ColorManagementResourceDescriptor.CMRProcessingMode LinkCMR
public static Triplet.ColorManagementResourceDescriptor.CMRProcessingMode[] values()
for (Triplet.ColorManagementResourceDescriptor.CMRProcessingMode c : Triplet.ColorManagementResourceDescriptor.CMRProcessingMode.values()) System.out.println(c);
public static Triplet.ColorManagementResourceDescriptor.CMRProcessingMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static Triplet.ColorManagementResourceDescriptor.CMRProcessingMode valueOf(byte codeByte) throws AFPParserException
AFPParserExceptionpublic int toByte()