Package | Description |
---|---|
de.hawhamburg.reachability.sensor.adapter.enumeration |
Sensor adapter related enumerations.
|
de.hawhamburg.reachability.sensor.adapter.json |
Sensor adapter related JSON messages.
|
Modifier and Type | Method and Description |
---|---|
static ExampleValue |
ExampleValue.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExampleValue[] |
ExampleValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
ExampleValue |
JsonExampleMessage.Value
The supplied value.
|