Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelColorArray
Packages that use ModelColorArray
Package
Description
-
Uses of ModelColorArray in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelColorArrayModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelColorArray(org.eclipse.xtext.serializer.ISerializationContext context, ModelColorArray semanticObject) Contexts: ModelColorArray returns ModelColorArray Constraint: ((conditions+=ModelCondition conditions+=ModelCondition*)? -
Uses of ModelColorArray in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelColorArrayModifier and TypeMethodDescriptionSitemapFactory.createModelColorArray()Returns a new object of class 'Model Color Array'.Methods in org.openhab.core.model.sitemap.sitemap that return types with arguments of type ModelColorArrayModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelColorArray> ModelColorArrayList.getElements()Returns the value of the 'Elements' containment reference list. -
Uses of ModelColorArray in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelColorArrayModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Color Array'.Fields in org.openhab.core.model.sitemap.sitemap.impl with type parameters of type ModelColorArrayModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<ModelColorArray> ModelColorArrayListImpl.elementsThe cached value of the 'Elements' containment reference list.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelColorArrayMethods in org.openhab.core.model.sitemap.sitemap.impl that return types with arguments of type ModelColorArrayModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelColorArray> ModelColorArrayListImpl.getElements() -
Uses of ModelColorArray in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelColorArrayModifier and TypeMethodDescriptionSitemapSwitch.caseModelColorArray(ModelColorArray object) Returns the result of interpreting the object as an instance of 'Model Color Array'.