Uses of Class
sensor.AbstractSensor.Type
-
Packages that use AbstractSensor.Type Package Description sensor -
-
Uses of AbstractSensor.Type in sensor
Fields in sensor declared as AbstractSensor.Type Modifier and Type Field Description AbstractSensor.Type
AbstractSensor. type
Methods in sensor that return AbstractSensor.Type Modifier and Type Method Description static AbstractSensor.Type
AbstractSensor.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractSensor.Type[]
AbstractSensor.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in sensor with parameters of type AbstractSensor.Type Constructor Description AbstractSensor(Long id, AbstractSensor.Type type, float dt)
-