| Package | Description |
|---|---|
| org.ornet.cdm |
| Modifier and Type | Field and Description |
|---|---|
protected CalibrationState |
CalibrationInfo.calibrationState |
| Modifier and Type | Method and Description |
|---|---|
static CalibrationState |
CalibrationState.fromValue(java.lang.String v) |
CalibrationState |
CalibrationInfo.getCalibrationState()
Attribute definition of ComponentCalibration.
|
static CalibrationState |
CalibrationState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalibrationState[] |
CalibrationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CalibrationInfo.setCalibrationState(CalibrationState value)
Legt den Wert der calibrationState-Eigenschaft fest.
|