public static enum EnumDefineSet.ColorTransformationValueSelectorEntry extends java.lang.Enum<EnumDefineSet.ColorTransformationValueSelectorEntry>
Enum Constant and Description |
---|
GAIN00 |
GAIN01 |
GAIN02 |
GAIN10 |
GAIN11 |
GAIN12 |
GAIN20 |
GAIN21 |
GAIN22 |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static EnumDefineSet.ColorTransformationValueSelectorEntry |
valueOf(int colorTransformationValueSelector) |
static EnumDefineSet.ColorTransformationValueSelectorEntry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDefineSet.ColorTransformationValueSelectorEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDefineSet.ColorTransformationValueSelectorEntry GAIN00
public static final EnumDefineSet.ColorTransformationValueSelectorEntry GAIN01
public static final EnumDefineSet.ColorTransformationValueSelectorEntry GAIN02
public static final EnumDefineSet.ColorTransformationValueSelectorEntry GAIN10
public static final EnumDefineSet.ColorTransformationValueSelectorEntry GAIN11
public static final EnumDefineSet.ColorTransformationValueSelectorEntry GAIN12
public static final EnumDefineSet.ColorTransformationValueSelectorEntry GAIN20
public static final EnumDefineSet.ColorTransformationValueSelectorEntry GAIN21
public static final EnumDefineSet.ColorTransformationValueSelectorEntry GAIN22
public static EnumDefineSet.ColorTransformationValueSelectorEntry[] values()
for (EnumDefineSet.ColorTransformationValueSelectorEntry c : EnumDefineSet.ColorTransformationValueSelectorEntry.values()) System.out.println(c);
public static EnumDefineSet.ColorTransformationValueSelectorEntry 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.ColorTransformationValueSelectorEntry valueOf(int colorTransformationValueSelector)