Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelIconRule
Packages that use ModelIconRule
Package
Description
-
Uses of ModelIconRule in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelIconRuleModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelIconRule(org.eclipse.xtext.serializer.ISerializationContext context, ModelIconRule semanticObject) Contexts: ModelIconRule returns ModelIconRule Constraint: ((conditions+=ModelCondition conditions+=ModelCondition*)? -
Uses of ModelIconRule in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelIconRuleModifier and TypeMethodDescriptionSitemapFactory.createModelIconRule()Returns a new object of class 'Model Icon Rule'.Methods in org.openhab.core.model.sitemap.sitemap that return types with arguments of type ModelIconRuleModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelIconRule> ModelIconRuleList.getElements()Returns the value of the 'Elements' containment reference list. -
Uses of ModelIconRule in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelIconRuleModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Icon Rule'.Fields in org.openhab.core.model.sitemap.sitemap.impl with type parameters of type ModelIconRuleModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<ModelIconRule> ModelIconRuleListImpl.elementsThe cached value of the 'Elements' containment reference list.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelIconRuleMethods in org.openhab.core.model.sitemap.sitemap.impl that return types with arguments of type ModelIconRuleModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelIconRule> ModelIconRuleListImpl.getElements() -
Uses of ModelIconRule in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelIconRuleModifier and TypeMethodDescriptionSitemapSwitch.caseModelIconRule(ModelIconRule object) Returns the result of interpreting the object as an instance of 'Model Icon Rule'.