Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelMapping
Packages that use ModelMapping
Package
Description
-
Uses of ModelMapping in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelMappingModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelMapping(org.eclipse.xtext.serializer.ISerializationContext context, ModelMapping semanticObject) Contexts: ModelMapping returns ModelMapping Constraint: (cmd=Command releaseCmd=Command? -
Uses of ModelMapping in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelMappingModifier and TypeMethodDescriptionSitemapFactory.createModelMapping()Returns a new object of class 'Model Mapping'.Methods in org.openhab.core.model.sitemap.sitemap that return types with arguments of type ModelMappingModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelMapping> ModelMappingList.getElements()Returns the value of the 'Elements' containment reference list. -
Uses of ModelMapping in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelMappingModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Mapping'.Fields in org.openhab.core.model.sitemap.sitemap.impl with type parameters of type ModelMappingModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<ModelMapping> ModelMappingListImpl.elementsThe cached value of the 'Elements' containment reference list.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelMappingMethods in org.openhab.core.model.sitemap.sitemap.impl that return types with arguments of type ModelMappingModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelMapping> ModelMappingListImpl.getElements() -
Uses of ModelMapping in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelMappingModifier and TypeMethodDescriptionSitemapSwitch.caseModelMapping(ModelMapping object) Returns the result of interpreting the object as an instance of 'Model Mapping'.