public enum EnumCM_CalibrationTemplate extends java.lang.Enum<EnumCM_CalibrationTemplate>
| Enum Constant and Description |
|---|
ALGORITHM_MANUFACTURER |
ALGORITHM_NAME |
ALGORITHM_VERSION |
CALIBRATION |
CALIBRATION_METHOD |
CALIBRATION_OBJECT |
CALIBRATION_OBJECT_SIZE |
IMAGE_VIEW |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_CalibrationTemplate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_CalibrationTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_CalibrationTemplate CALIBRATION
public static final EnumCM_CalibrationTemplate IMAGE_VIEW
public static final EnumCM_CalibrationTemplate ALGORITHM_NAME
public static final EnumCM_CalibrationTemplate ALGORITHM_VERSION
public static final EnumCM_CalibrationTemplate ALGORITHM_MANUFACTURER
public static final EnumCM_CalibrationTemplate CALIBRATION_METHOD
public static final EnumCM_CalibrationTemplate CALIBRATION_OBJECT
public static final EnumCM_CalibrationTemplate CALIBRATION_OBJECT_SIZE
public static EnumCM_CalibrationTemplate[] values()
for (EnumCM_CalibrationTemplate c : EnumCM_CalibrationTemplate.values()) System.out.println(c);
public static EnumCM_CalibrationTemplate 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 java.lang.String getValue()