Uses of Interface
org.openhab.core.model.sitemap.sitemap.IconRule
Package
Description
-
Uses of IconRule in org.openhab.core.model.sitemap.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractSitemapSemanticSequencer.sequence_IconRule
(org.eclipse.xtext.serializer.ISerializationContext context, IconRule semanticObject) Contexts: IconRule returns IconRule Constraint: ((conditions+=Condition conditions+=Condition*)? arg=Icon) -
Uses of IconRule in org.openhab.core.model.sitemap.sitemap
Modifier and TypeMethodDescriptionSitemapFactory.createIconRule()
Returns a new object of class 'Icon Rule'.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<IconRule>
Widget.getIconRules()
Returns the value of the 'Icon Rules' containment reference list. -
Uses of IconRule in org.openhab.core.model.sitemap.sitemap.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Icon Rule'.Modifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<IconRule>
WidgetImpl.iconRules
The cached value of the 'Icon Rules
' containment reference list.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<IconRule>
WidgetImpl.getIconRules()
-
Uses of IconRule in org.openhab.core.model.sitemap.sitemap.util
Modifier and TypeMethodDescriptionSitemapSwitch.caseIconRule
(IconRule object) Returns the result of interpreting the object as an instance of 'Icon Rule'.