Uses of Interface
org.openhab.core.model.sitemap.sitemap.Mapping
Package
Description
-
Uses of Mapping in org.openhab.core.model.sitemap.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractSitemapSemanticSequencer.sequence_Mapping
(org.eclipse.xtext.serializer.ISerializationContext context, Mapping semanticObject) Contexts: Mapping returns Mapping Constraint: (cmd=Command releaseCmd=Command? (label=ID | label=STRING) icon=Icon?) -
Uses of Mapping in org.openhab.core.model.sitemap.sitemap
Modifier and TypeMethodDescriptionSitemapFactory.createMapping()
Returns a new object of class 'Mapping'.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Mapping>
Selection.getMappings()
Returns the value of the 'Mappings' containment reference list.org.eclipse.emf.common.util.EList<Mapping>
Switch.getMappings()
Returns the value of the 'Mappings' containment reference list. -
Uses of Mapping in org.openhab.core.model.sitemap.sitemap.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Mapping'.Modifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Mapping>
SelectionImpl.mappings
The cached value of the 'Mappings
' containment reference list.protected org.eclipse.emf.common.util.EList<Mapping>
SwitchImpl.mappings
The cached value of the 'Mappings
' containment reference list.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Mapping>
SelectionImpl.getMappings()
org.eclipse.emf.common.util.EList<Mapping>
SwitchImpl.getMappings()
-
Uses of Mapping in org.openhab.core.model.sitemap.sitemap.util
Modifier and TypeMethodDescriptionSitemapSwitch.caseMapping
(Mapping object) Returns the result of interpreting the object as an instance of 'Mapping'.