| Package | Description |
|---|---|
| org.ornet.cdm |
| Modifier and Type | Field and Description |
|---|---|
protected GenerationMode |
MeasurementState.mode |
| Modifier and Type | Method and Description |
|---|---|
static GenerationMode |
GenerationMode.fromValue(java.lang.String v) |
GenerationMode |
MeasurementState.getMode()
Ruft den Wert der mode-Eigenschaft ab.
|
static GenerationMode |
GenerationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GenerationMode[] |
GenerationMode.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.setMode(GenerationMode value)
Legt den Wert der mode-Eigenschaft fest.
|