Uses of Class
de.freaklamarsch.systarest.SystaWaterHeaterStatus.tempUnit
Package | Description |
---|---|
de.freaklamarsch.systarest |
-
Uses of SystaWaterHeaterStatus.tempUnit in de.freaklamarsch.systarest
Fields in de.freaklamarsch.systarest declared as SystaWaterHeaterStatus.tempUnit Modifier and Type Field Description SystaWaterHeaterStatus.tempUnit
SystaWaterHeaterStatus. temperatureUnit
One of TEMP_CELSIUS, TEMP_FAHRENHEIT, or TEMP_KELVIN.Methods in de.freaklamarsch.systarest that return SystaWaterHeaterStatus.tempUnit Modifier and Type Method Description static SystaWaterHeaterStatus.tempUnit
SystaWaterHeaterStatus.tempUnit. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SystaWaterHeaterStatus.tempUnit[]
SystaWaterHeaterStatus.tempUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.