Uses of Interface
org.openhab.core.model.items.ItemModel
Packages that use ItemModel
Package
Description
-
Uses of ItemModel in org.openhab.core.model.items
Methods 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.impl
Classes in org.openhab.core.model.items.impl that implement ItemModelModifier and TypeClassDescriptionclass
An 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.util
Methods 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.serializer
Methods in org.openhab.core.model.serializer with parameters of type ItemModelModifier and TypeMethodDescriptionprotected void
AbstractItemsSemanticSequencer.sequence_ItemModel
(org.eclipse.xtext.serializer.ISerializationContext context, ItemModel semanticObject) Contexts: ItemModel returns ItemModel Constraint: items+=ModelItem*