public enum CalibrationTable extends Enum<CalibrationTable>
Enum Constant and Description |
---|
LUT1Default
Name of the default Lut 1.
|
LUT1Installed
Name of the installed Lut 1.
|
LUT2Default
Name of the default Lut 2.
|
LUT2Installed
Name of the installed Lut 2.
|
LUTsDefault
Name of the default Lut 3.
|
LutsInstalled
Name of the installed Lut 3.
|
Modifier and Type | Method and Description |
---|---|
static CalibrationTable |
fromInteger(int id)
Returns the integer representation associated with the CalibrationTable from the specified integer value.
|
int |
getValue()
Returns the integer representation of the enumeration member.
|
static CalibrationTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalibrationTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalibrationTable LUT1Installed
public static final CalibrationTable LUT2Installed
public static final CalibrationTable LutsInstalled
public static final CalibrationTable LUT1Default
public static final CalibrationTable LUT2Default
public static final CalibrationTable LUTsDefault
public static CalibrationTable[] values()
for (CalibrationTable c : CalibrationTable.values()) System.out.println(c);
public static CalibrationTable 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 int getValue()
public static CalibrationTable fromInteger(int id)
id
- CalibrationTable enumeration integer representation.
© 2016 ZIH Corp. All Rights Reserved.