Uses of Interface
org.openhab.core.model.items.ModelItem
Package
Description
-
Uses of ModelItem in org.openhab.core.model.items
Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Model Group Item'.interface
A representation of the model object 'Model Normal Item'.Modifier and TypeMethodDescriptionItemsFactory.createModelItem()
Returns a new object of class 'Model Item'. -
Uses of ModelItem in org.openhab.core.model.items.impl
Modifier 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'. -
Uses of ModelItem in org.openhab.core.model.items.util
Modifier 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
Modifier and TypeMethodDescriptionvoid
ItemsValidator.checkDimension
(ModelItem item) void
ItemsValidator.checkItemName
(ModelItem item)