public static enum EnumDefineSet.ColorTransformationModeEntry extends java.lang.Enum<EnumDefineSet.ColorTransformationModeEntry>
Enum Constant and Description |
---|
RGB_TO_RGB |
USER |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static EnumDefineSet.ColorTransformationModeEntry |
valueOf(int colorTransformationMode) |
static EnumDefineSet.ColorTransformationModeEntry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDefineSet.ColorTransformationModeEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDefineSet.ColorTransformationModeEntry RGB_TO_RGB
public static final EnumDefineSet.ColorTransformationModeEntry USER
public static EnumDefineSet.ColorTransformationModeEntry[] values()
for (EnumDefineSet.ColorTransformationModeEntry c : EnumDefineSet.ColorTransformationModeEntry.values()) System.out.println(c);
public static EnumDefineSet.ColorTransformationModeEntry 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 int getValue()
public static EnumDefineSet.ColorTransformationModeEntry valueOf(int colorTransformationMode)