Uses of Interface
org.openhab.core.model.sitemap.sitemap.Mapping
Packages that use Mapping
Package
Description
-
Uses of Mapping in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type MappingModifier and TypeMethodDescriptionprotected voidAbstractSitemapSemanticSequencer.sequence_Mapping(org.eclipse.xtext.serializer.ISerializationContext context, Mapping semanticObject) Contexts: Mapping returns Mapping Constraint: (cmd=Command releaseCmd=Command? -
Uses of Mapping in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return MappingModifier and TypeMethodDescriptionSitemapFactory.createMapping()Returns a new object of class 'Mapping'.Methods in org.openhab.core.model.sitemap.sitemap that return types with arguments of type MappingModifier 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
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement MappingModifier and TypeClassDescriptionclassAn implementation of the model object 'Mapping'.Fields in org.openhab.core.model.sitemap.sitemap.impl with type parameters of type MappingModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Mapping> SelectionImpl.mappingsThe cached value of the 'Mappings' containment reference list.protected org.eclipse.emf.common.util.EList<Mapping> SwitchImpl.mappingsThe cached value of the 'Mappings' containment reference list.Methods in org.openhab.core.model.sitemap.sitemap.impl that return MappingMethods in org.openhab.core.model.sitemap.sitemap.impl that return types with arguments of type MappingModifier 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
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type MappingModifier and TypeMethodDescriptionSitemapSwitch.caseMapping(Mapping object) Returns the result of interpreting the object as an instance of 'Mapping'.