Uses of Interface
org.openhab.core.model.items.ItemModel
Packages that use ItemModel
Package
Description
- 
Uses of ItemModel in org.openhab.core.model.itemsMethods in org.openhab.core.model.items that return ItemModelModifier and TypeMethodDescriptionItemsFactory.createItemModel()Returns a new object of class 'Item Model'.
- 
Uses of ItemModel in org.openhab.core.model.items.implClasses in org.openhab.core.model.items.impl that implement ItemModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Item Model'.Methods in org.openhab.core.model.items.impl that return ItemModel
- 
Uses of ItemModel in org.openhab.core.model.items.utilMethods in org.openhab.core.model.items.util with parameters of type ItemModelModifier and TypeMethodDescriptionItemsSwitch.caseItemModel(ItemModel object) Returns the result of interpreting the object as an instance of 'Item Model'.
- 
Uses of ItemModel in org.openhab.core.model.serializerMethods in org.openhab.core.model.serializer with parameters of type ItemModelModifier and TypeMethodDescriptionprotected voidAbstractItemsSemanticSequencer.sequence_ItemModel(org.eclipse.xtext.serializer.ISerializationContext context, ItemModel semanticObject) Contexts: ItemModel returns ItemModel Constraint: items+=ModelItem*