Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelSitemap
Packages that use ModelSitemap
Package
Description
-
Uses of ModelSitemap in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelSitemapModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelSitemap(org.eclipse.xtext.serializer.ISerializationContext context, ModelSitemap semanticObject) Contexts: ModelSitemap returns ModelSitemap Constraint: (name=ID label=STRING? -
Uses of ModelSitemap in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelSitemapModifier and TypeMethodDescriptionSitemapFactory.createModelSitemap()Returns a new object of class 'Model Sitemap'.Methods in org.openhab.core.model.sitemap.sitemap that return types with arguments of type ModelSitemapModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelSitemap> SitemapModel.getSitemaps()Returns the value of the 'Sitemaps' containment reference list. -
Uses of ModelSitemap in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelSitemapModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Sitemap'.Fields in org.openhab.core.model.sitemap.sitemap.impl with type parameters of type ModelSitemapModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<ModelSitemap> SitemapModelImpl.sitemapsThe cached value of the 'Sitemaps' containment reference list.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelSitemapMethods in org.openhab.core.model.sitemap.sitemap.impl that return types with arguments of type ModelSitemapModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelSitemap> SitemapModelImpl.getSitemaps() -
Uses of ModelSitemap in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelSitemapModifier and TypeMethodDescriptionSitemapSwitch.caseModelSitemap(ModelSitemap object) Returns the result of interpreting the object as an instance of 'Model Sitemap'. -
Uses of ModelSitemap in org.openhab.core.model.sitemap.validation
Methods in org.openhab.core.model.sitemap.validation with parameters of type ModelSitemapModifier and TypeMethodDescriptionvoidSitemapValidator.checkAtLeastOneWidget(ModelSitemap sitemap) voidSitemapValidator.checkFramesInWidgetList(ModelSitemap sitemap)