Uses of Class
var.web.ws.datasensor.Messung.Unit
-
Packages that use Messung.Unit Package Description var.web.ws.datasensor -
-
Uses of Messung.Unit in var.web.ws.datasensor
Fields in var.web.ws.datasensor declared as Messung.Unit Modifier and Type Field Description private Messung.Unit
Messung. unit
Methods in var.web.ws.datasensor that return Messung.Unit Modifier and Type Method Description Messung.Unit
Messung. getUnit()
static Messung.Unit
Messung.Unit. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Messung.Unit[]
Messung.Unit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in var.web.ws.datasensor with parameters of type Messung.Unit Modifier and Type Method Description void
Messung. setUnit(Messung.Unit unit)
-