Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelIconRuleList
Packages that use ModelIconRuleList
Package
Description
-
Uses of ModelIconRuleList in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelIconRuleListModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelIconRuleList(org.eclipse.xtext.serializer.ISerializationContext context, ModelIconRuleList semanticObject) Contexts: ModelIconRuleList returns ModelIconRuleList Constraint: (elements+=ModelIconRule elements+=ModelIconRule*) -
Uses of ModelIconRuleList in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelIconRuleListModifier and TypeMethodDescriptionSitemapFactory.createModelIconRuleList()Returns a new object of class 'Model Icon Rule List'.ModelWidget.getIconRules()Returns the value of the 'Icon Rules' containment reference.Methods in org.openhab.core.model.sitemap.sitemap with parameters of type ModelIconRuleListModifier and TypeMethodDescriptionvoidModelWidget.setIconRules(ModelIconRuleList value) Sets the value of the 'Icon Rules' containment reference. -
Uses of ModelIconRuleList in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelIconRuleListModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Icon Rule List'.Fields in org.openhab.core.model.sitemap.sitemap.impl declared as ModelIconRuleListModifier and TypeFieldDescriptionprotected ModelIconRuleListModelWidgetImpl.iconRulesThe cached value of the 'Icon Rules' containment reference.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelIconRuleListModifier and TypeMethodDescriptionSitemapFactoryImpl.createModelIconRuleList()ModelWidgetImpl.getIconRules()Methods in org.openhab.core.model.sitemap.sitemap.impl with parameters of type ModelIconRuleListModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainModelWidgetImpl.basicSetIconRules(ModelIconRuleList newIconRules, org.eclipse.emf.common.notify.NotificationChain msgs) voidModelWidgetImpl.setIconRules(ModelIconRuleList newIconRules) -
Uses of ModelIconRuleList in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelIconRuleListModifier and TypeMethodDescriptionSitemapSwitch.caseModelIconRuleList(ModelIconRuleList object) Returns the result of interpreting the object as an instance of 'Model Icon Rule List'.