Uses of Interface
org.openhab.core.model.thing.thing.ModelProperty
Package
Description
-
Uses of ModelProperty in org.openhab.core.model.thing.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractThingSemanticSequencer.sequence_ModelProperty
(org.eclipse.xtext.serializer.ISerializationContext context, ModelProperty semanticObject) Contexts: ModelProperty returns ModelProperty Constraint: (key=ID value+=ValueType value+=ValueType*) -
Uses of ModelProperty in org.openhab.core.model.thing.thing
Modifier and TypeMethodDescriptionThingFactory.createModelProperty()
Returns a new object of class 'Model Property'.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelProperty>
ModelPropertyContainer.getProperties()
Returns the value of the 'Properties' containment reference list. -
Uses of ModelProperty in org.openhab.core.model.thing.thing.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Model Property'.Modifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<ModelProperty>
ModelPropertyContainerImpl.properties
The cached value of the 'Properties
' containment reference list.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelProperty>
ModelPropertyContainerImpl.getProperties()
-
Uses of ModelProperty in org.openhab.core.model.thing.thing.util
Modifier and TypeMethodDescriptionThingSwitch.caseModelProperty
(ModelProperty object) Returns the result of interpreting the object as an instance of 'Model Property'.