Uses of Interface
org.openhab.core.model.items.ModelProperty
Packages that use ModelProperty
Package
Description
-
Uses of ModelProperty in org.openhab.core.model.items
Methods in org.openhab.core.model.items that return ModelPropertyModifier and TypeMethodDescriptionItemsFactory.createModelProperty()
Returns a new object of class 'Model Property'.Methods in org.openhab.core.model.items that return types with arguments of type ModelPropertyModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList
<ModelProperty> ModelBinding.getProperties()
Returns the value of the 'Properties' containment reference list. -
Uses of ModelProperty in org.openhab.core.model.items.impl
Classes in org.openhab.core.model.items.impl that implement ModelPropertyModifier and TypeClassDescriptionclass
An implementation of the model object 'Model Property'.Fields in org.openhab.core.model.items.impl with type parameters of type ModelPropertyModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList
<ModelProperty> ModelBindingImpl.properties
The cached value of the 'Properties
' containment reference list.Methods in org.openhab.core.model.items.impl that return ModelPropertyMethods in org.openhab.core.model.items.impl that return types with arguments of type ModelPropertyModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList
<ModelProperty> ModelBindingImpl.getProperties()
-
Uses of ModelProperty in org.openhab.core.model.items.util
Methods in org.openhab.core.model.items.util with parameters of type ModelPropertyModifier and TypeMethodDescriptionItemsSwitch.caseModelProperty
(ModelProperty object) Returns the result of interpreting the object as an instance of 'Model Property'. -
Uses of ModelProperty in org.openhab.core.model.serializer
Methods in org.openhab.core.model.serializer with parameters of type ModelPropertyModifier and TypeMethodDescriptionprotected void
AbstractItemsSemanticSequencer.sequence_ModelProperty
(org.eclipse.xtext.serializer.ISerializationContext context, ModelProperty semanticObject) Contexts: ModelProperty returns ModelProperty Constraint: (key=ID value+=ValueType value+=ValueType*)