Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelVisibilityRuleList
Packages that use ModelVisibilityRuleList
Package
Description
-
Uses of ModelVisibilityRuleList in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelVisibilityRuleListModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelVisibilityRuleList(org.eclipse.xtext.serializer.ISerializationContext context, ModelVisibilityRuleList semanticObject) Contexts: ModelVisibilityRuleList returns ModelVisibilityRuleList Constraint: (elements+=ModelVisibilityRule elements+=ModelVisibilityRule*) -
Uses of ModelVisibilityRuleList in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelVisibilityRuleListModifier and TypeMethodDescriptionSitemapFactory.createModelVisibilityRuleList()Returns a new object of class 'Model Visibility Rule List'.ModelWidget.getVisibility()Returns the value of the 'Visibility' containment reference.Methods in org.openhab.core.model.sitemap.sitemap with parameters of type ModelVisibilityRuleListModifier and TypeMethodDescriptionvoidModelWidget.setVisibility(ModelVisibilityRuleList value) Sets the value of the 'Visibility' containment reference. -
Uses of ModelVisibilityRuleList in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelVisibilityRuleListModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Visibility Rule List'.Fields in org.openhab.core.model.sitemap.sitemap.impl declared as ModelVisibilityRuleListModifier and TypeFieldDescriptionprotected ModelVisibilityRuleListModelWidgetImpl.visibilityThe cached value of the 'Visibility' containment reference.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelVisibilityRuleListModifier and TypeMethodDescriptionSitemapFactoryImpl.createModelVisibilityRuleList()ModelWidgetImpl.getVisibility()Methods in org.openhab.core.model.sitemap.sitemap.impl with parameters of type ModelVisibilityRuleListModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainModelWidgetImpl.basicSetVisibility(ModelVisibilityRuleList newVisibility, org.eclipse.emf.common.notify.NotificationChain msgs) voidModelWidgetImpl.setVisibility(ModelVisibilityRuleList newVisibility) -
Uses of ModelVisibilityRuleList in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelVisibilityRuleListModifier and TypeMethodDescriptionSitemapSwitch.caseModelVisibilityRuleList(ModelVisibilityRuleList object) Returns the result of interpreting the object as an instance of 'Model Visibility Rule List'.