Uses of Interface
org.openhab.core.model.items.ModelBinding
Package
Description
-
Uses of ModelBinding in org.openhab.core.model.items
Modifier and TypeMethodDescriptionItemsFactory.createModelBinding()
Returns a new object of class 'Model Binding'.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelBinding>
ModelItem.getBindings()
Returns the value of the 'Bindings' containment reference list. -
Uses of ModelBinding in org.openhab.core.model.items.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Model Binding'.Modifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<ModelBinding>
ModelItemImpl.bindings
The cached value of the 'Bindings
' containment reference list.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelBinding>
ModelItemImpl.getBindings()
-
Uses of ModelBinding in org.openhab.core.model.items.util
Modifier and TypeMethodDescriptionItemsSwitch.caseModelBinding
(ModelBinding object) Returns the result of interpreting the object as an instance of 'Model Binding'. -
Uses of ModelBinding in org.openhab.core.model.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractItemsSemanticSequencer.sequence_ModelBinding
(org.eclipse.xtext.serializer.ISerializationContext context, ModelBinding semanticObject) Contexts: ModelBinding returns ModelBinding Constraint: (type=ID configuration=STRING properties+=ModelProperty? properties+=ModelProperty*)