Uses of Interface
org.openhab.core.model.items.ModelGroupItem
Package
Description
-
Uses of ModelGroupItem in org.openhab.core.model.items
Modifier and TypeMethodDescriptionItemsFactory.createModelGroupItem()
Returns a new object of class 'Model Group Item'. -
Uses of ModelGroupItem in org.openhab.core.model.items.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Model Group Item'. -
Uses of ModelGroupItem in org.openhab.core.model.items.util
Modifier and TypeMethodDescriptionItemsSwitch.caseModelGroupItem
(ModelGroupItem object) Returns the result of interpreting the object as an instance of 'Model Group Item'. -
Uses of ModelGroupItem in org.openhab.core.model.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractItemsSemanticSequencer.sequence_ModelGroupItem
(org.eclipse.xtext.serializer.ISerializationContext context, ModelGroupItem semanticObject) Contexts: ModelGroupItem returns ModelGroupItem Constraint: ( (type=ModelItemType function=ModelGroupFunction?) | (type=ModelItemType function=ModelGroupFunction? (args+=ID | args+=STRING) args+=ID? (args+=STRING? args+=ID?)*) )?protected void
AbstractItemsSemanticSequencer.sequence_ModelGroupItem_ModelItem
(org.eclipse.xtext.serializer.ISerializationContext context, ModelGroupItem semanticObject) Contexts: ModelItem returns ModelGroupItem Constraint: ( ( (type=ModelItemType function=ModelGroupFunction?) | (type=ModelItemType function=ModelGroupFunction? (args+=ID | args+=STRING) args+=ID? (args+=STRING? args+=ID?)*) )? name=ID label=STRING? icon=Icon? (groups+=ID groups+=ID*)? ((tags+=ID | tags+=STRING) tags+=ID? (tags+=STRING? tags+=ID?)*)? (bindings+=ModelBinding bindings+=ModelBinding*)? )