Uses of Interface
org.openhab.core.model.items.ModelItem
Packages that use ModelItem
Package
Description
-
Uses of ModelItem in org.openhab.core.model.items
Subinterfaces of ModelItem in org.openhab.core.model.itemsModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Model Group Item'.interface
A representation of the model object 'Model Normal Item'.Methods in org.openhab.core.model.items that return ModelItemModifier and TypeMethodDescriptionItemsFactory.createModelItem()
Returns a new object of class 'Model Item'.Methods in org.openhab.core.model.items that return types with arguments of type ModelItem -
Uses of ModelItem in org.openhab.core.model.items.impl
Classes in org.openhab.core.model.items.impl that implement ModelItemModifier and TypeClassDescriptionclass
An implementation of the model object 'Model Group Item'.class
An implementation of the model object 'Model Item'.class
An implementation of the model object 'Model Normal Item'.Fields in org.openhab.core.model.items.impl with type parameters of type ModelItemModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList
<ModelItem> ItemModelImpl.items
The cached value of the 'Items
' containment reference list.Methods in org.openhab.core.model.items.impl that return ModelItemMethods in org.openhab.core.model.items.impl that return types with arguments of type ModelItem -
Uses of ModelItem in org.openhab.core.model.items.util
Methods in org.openhab.core.model.items.util with parameters of type ModelItemModifier and TypeMethodDescriptionItemsSwitch.caseModelItem
(ModelItem object) Returns the result of interpreting the object as an instance of 'Model Item'. -
Uses of ModelItem in org.openhab.core.model.validation
Methods in org.openhab.core.model.validation with parameters of type ModelItemModifier and TypeMethodDescriptionvoid
ItemsValidator.checkDimension
(ModelItem item) void
ItemsValidator.checkItemName
(ModelItem item)