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