Uses of Class
de.fraunhofer.iosb.ilt.sta.model.EntityProperty
-
Packages that use EntityProperty Package Description de.fraunhofer.iosb.ilt.sta.dao de.fraunhofer.iosb.ilt.sta.model -
-
Uses of EntityProperty in de.fraunhofer.iosb.ilt.sta.dao
Methods in de.fraunhofer.iosb.ilt.sta.dao with parameters of type EntityProperty Modifier and Type Method Description MqttSubscriptionBaseDao. subscribe(Consumer<T> handler, EntityProperty... properties)MqttSubscriptionBaseDao. subscribe(Predicate<T> filter, Consumer<T> handler, EntityProperty... properties)MqttSubscriptionDao. subscribe(Consumer<T> handler, EntityProperty... properties)Starts an MQTT subscription.MqttSubscriptionDao. subscribe(Predicate<T> filter, Consumer<T> handler, EntityProperty... properties)Starts an MQTT subscription.Method parameters in de.fraunhofer.iosb.ilt.sta.dao with type arguments of type EntityProperty Modifier and Type Method Description protected StringBaseDao. getMqttTopic(List<EntityProperty> properties) -
Uses of EntityProperty in de.fraunhofer.iosb.ilt.sta.model
Methods in de.fraunhofer.iosb.ilt.sta.model that return EntityProperty Modifier and Type Method Description static EntityPropertyEntityProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityProperty[]EntityProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.fraunhofer.iosb.ilt.sta.model that return types with arguments of type EntityProperty Modifier and Type Method Description Set<EntityProperty>EntityType. getProperties()Methods in de.fraunhofer.iosb.ilt.sta.model with parameters of type EntityProperty Modifier and Type Method Description booleanEntityType. hasProperty(EntityProperty property)
-