| Package | Description |
|---|---|
| org.ornet.cdm |
| Modifier and Type | Field and Description |
|---|---|
protected MetricMeasurementState |
MeasurementState.state |
| Modifier and Type | Method and Description |
|---|---|
static MetricMeasurementState |
MetricMeasurementState.fromValue(java.lang.String v) |
MetricMeasurementState |
MeasurementState.getState()
Ruft den Wert der state-Eigenschaft ab.
|
static MetricMeasurementState |
MetricMeasurementState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetricMeasurementState[] |
MetricMeasurementState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeasurementState.setState(MetricMeasurementState value)
Legt den Wert der state-Eigenschaft fest.
|