Uses of Class
berlin.yuna.tinkerforgesensor.model.ValueType
-
Packages that use ValueType Package Description berlin.yuna.tinkerforgesensor.logic berlin.yuna.tinkerforgesensor.model berlin.yuna.tinkerforgesensor.model.helper -
-
Uses of ValueType in berlin.yuna.tinkerforgesensor.logic
Methods in berlin.yuna.tinkerforgesensor.logic with parameters of type ValueType Modifier and Type Method Description protected SensorHandler<D>SensorHandler. sendEvent(ValueType type, Number value) -
Uses of ValueType in berlin.yuna.tinkerforgesensor.model
Fields in berlin.yuna.tinkerforgesensor.model declared as ValueType Modifier and Type Field Description ValueTypeValueType. parentMethods in berlin.yuna.tinkerforgesensor.model that return ValueType Modifier and Type Method Description ValueTypeValueType. getParent()ValueTypeSensorEvent. getType()static ValueTypeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueType[]ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in berlin.yuna.tinkerforgesensor.model with parameters of type ValueType Modifier and Type Method Description booleanValueType. contains(ValueType... types)booleanValueType. is(ValueType... types)Constructors in berlin.yuna.tinkerforgesensor.model with parameters of type ValueType Constructor Description SensorEvent(Sensor sensor, Number value, ValueType valueType)SensorEvent(Sensor sensor, List<Number> values, ValueType valueType) -
Uses of ValueType in berlin.yuna.tinkerforgesensor.model.helper
Constructors in berlin.yuna.tinkerforgesensor.model.helper with parameters of type ValueType Constructor Description ContainsType(ValueType valuetype)IsType(ValueType valuetype)
-