Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelMappingList
Packages that use ModelMappingList
Package
Description
-
Uses of ModelMappingList in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelMappingListModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelMappingList(org.eclipse.xtext.serializer.ISerializationContext context, ModelMappingList semanticObject) Contexts: ModelMappingList returns ModelMappingList Constraint: (elements+=ModelMapping elements+=ModelMapping*) -
Uses of ModelMappingList in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelMappingListModifier and TypeMethodDescriptionSitemapFactory.createModelMappingList()Returns a new object of class 'Model Mapping List'.ModelSelection.getMappings()Returns the value of the 'Mappings' containment reference.ModelSwitch.getMappings()Returns the value of the 'Mappings' containment reference.Methods in org.openhab.core.model.sitemap.sitemap with parameters of type ModelMappingListModifier and TypeMethodDescriptionvoidModelSelection.setMappings(ModelMappingList value) Sets the value of the 'Mappings' containment reference.voidModelSwitch.setMappings(ModelMappingList value) Sets the value of the 'Mappings' containment reference. -
Uses of ModelMappingList in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelMappingListModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Mapping List'.Fields in org.openhab.core.model.sitemap.sitemap.impl declared as ModelMappingListModifier and TypeFieldDescriptionprotected ModelMappingListModelSelectionImpl.mappingsThe cached value of the 'Mappings' containment reference.protected ModelMappingListModelSwitchImpl.mappingsThe cached value of the 'Mappings' containment reference.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelMappingListModifier and TypeMethodDescriptionSitemapFactoryImpl.createModelMappingList()ModelSelectionImpl.getMappings()ModelSwitchImpl.getMappings()Methods in org.openhab.core.model.sitemap.sitemap.impl with parameters of type ModelMappingListModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainModelSelectionImpl.basicSetMappings(ModelMappingList newMappings, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainModelSwitchImpl.basicSetMappings(ModelMappingList newMappings, org.eclipse.emf.common.notify.NotificationChain msgs) voidModelSelectionImpl.setMappings(ModelMappingList newMappings) voidModelSwitchImpl.setMappings(ModelMappingList newMappings) -
Uses of ModelMappingList in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelMappingListModifier and TypeMethodDescriptionSitemapSwitch.caseModelMappingList(ModelMappingList object) Returns the result of interpreting the object as an instance of 'Model Mapping List'.