Uses of Interface
de.fraunhofer.iosb.ilt.frostclient.model.Property
Packages that use Property
Package
Description
-
Uses of Property in de.fraunhofer.iosb.ilt.frostclient.model
Methods in de.fraunhofer.iosb.ilt.frostclient.model that return PropertyMethods in de.fraunhofer.iosb.ilt.frostclient.model that return types with arguments of type PropertyModifier and TypeMethodDescriptionEntityType.getPropertySet()The Set of PROPERTIES that Entities of this type have.Methods in de.fraunhofer.iosb.ilt.frostclient.model with parameters of type PropertyModifier and TypeMethodDescriptiondefault int<P> PComplexValue.getProperty(Property<P> property) Get the value of the given property.<P> PComplexValueImpl.getProperty(Property<P> property) <P> PEntity.getProperty(Property<P> property) <P> PEntity.getProperty(Property<P> property, boolean autoLoad) booleanEntityType.hasProperty(Property property) booleanEntity.isSetProperty(Property property) EntityType.registerProperty(Property property) <P> SComplexValue.setProperty(Property<P> property, P value) Set the given property to the given value.<P> ComplexValueImplComplexValueImpl.setProperty(Property<P> property, P value) <P> EntityEntity.setProperty(Property<P> property, P value) Entity.unsetProperty(Property property) -
Uses of Property in de.fraunhofer.iosb.ilt.frostclient.model.property
Subinterfaces of Property in de.fraunhofer.iosb.ilt.frostclient.model.propertyModifier and TypeInterfaceDescriptioninterfaceA direct property of an Entity.interfaceClasses in de.fraunhofer.iosb.ilt.frostclient.model.property that implement PropertyModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of Property in de.fraunhofer.iosb.ilt.frostclient.model.property.type
Methods in de.fraunhofer.iosb.ilt.frostclient.model.property.type that return PropertyMethods in de.fraunhofer.iosb.ilt.frostclient.model.property.type that return types with arguments of type PropertyMethods in de.fraunhofer.iosb.ilt.frostclient.model.property.type with parameters of type Property -
Uses of Property in de.fraunhofer.iosb.ilt.frostclient.models.ext
Methods in de.fraunhofer.iosb.ilt.frostclient.models.ext with parameters of type PropertyModifier and TypeMethodDescription<P> PMapValue.getProperty(Property<P> property) <P> PTimeInterval.getProperty(Property<P> property) <P> PTimeValue.getProperty(Property<P> property) <P> PUnitOfMeasurement.getProperty(Property<P> property) <P> MapValueMapValue.setProperty(Property<P> property, P value) TimeInterval.setProperty(Property property, Object value) <P> TimeValueTimeValue.setProperty(Property<P> property, P value) UnitOfMeasurement.setProperty(Property<P> property, P value)