Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelSwitch
Packages that use ModelSwitch
Package
Description
-
Uses of ModelSwitch in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelSwitchModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelSwitch(org.eclipse.xtext.serializer.ISerializationContext context, ModelSwitch semanticObject) Contexts: ModelWidget returns ModelSwitch ModelNonLinkableWidget returns ModelSwitch ModelSwitch returns ModelSwitch Constraint: ( item=ItemRef | label=ID | label=STRING | icon=Icon | IconRules=ModelIconRuleList | staticIcon=Icon | mappings=ModelMappingList | labelColor=ModelColorArrayList | valueColor=ModelColorArrayList | iconColor=ModelColorArrayList | visibility=ModelVisibilityRuleList )+ -
Uses of ModelSwitch in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelSwitchModifier and TypeMethodDescriptionSitemapFactory.createModelSwitch()Returns a new object of class 'Model Switch'. -
Uses of ModelSwitch in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelSwitchModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Switch'.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelSwitch -
Uses of ModelSwitch in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelSwitchModifier and TypeMethodDescriptionSitemapSwitch.caseModelSwitch(ModelSwitch object) Returns the result of interpreting the object as an instance of 'Model Switch'.