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> 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> 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 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> MapValueMapValue.setProperty(Property<P> property, P value)