Uses of Interface
org.openhab.core.model.sitemap.sitemap.IconRule
Packages that use IconRule
Package
Description
-
Uses of IconRule in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type IconRuleModifier and TypeMethodDescriptionprotected void
AbstractSitemapSemanticSequencer.sequence_IconRule
(org.eclipse.xtext.serializer.ISerializationContext context, IconRule semanticObject) Contexts: IconRule returns IconRule Constraint: ((conditions+=Condition conditions+=Condition*)? -
Uses of IconRule in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return IconRuleModifier and TypeMethodDescriptionSitemapFactory.createIconRule()
Returns a new object of class 'Icon Rule'.Methods in org.openhab.core.model.sitemap.sitemap that return types with arguments of type IconRuleModifier 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
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement IconRuleModifier and TypeClassDescriptionclass
An implementation of the model object 'Icon Rule'.Fields in org.openhab.core.model.sitemap.sitemap.impl with type parameters of type IconRuleModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList
<IconRule> WidgetImpl.iconRules
The cached value of the 'Icon Rules
' containment reference list.Methods in org.openhab.core.model.sitemap.sitemap.impl that return IconRuleMethods in org.openhab.core.model.sitemap.sitemap.impl that return types with arguments of type IconRuleModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList
<IconRule> WidgetImpl.getIconRules()
-
Uses of IconRule in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type IconRuleModifier and TypeMethodDescriptionSitemapSwitch.caseIconRule
(IconRule object) Returns the result of interpreting the object as an instance of 'Icon Rule'.