Interface ModelSwitch
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,ModelNonLinkableWidget,ModelWidget,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ModelSwitchImpl
A representation of the model object 'Model Switch'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Mappings' containment reference.voidsetMappings(ModelMappingList value) Sets the value of the 'Mappings' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.openhab.core.model.sitemap.sitemap.ModelWidget
getIcon, getIconColor, getIconRules, getItem, getLabel, getLabelColor, getStaticIcon, getValueColor, getVisibility, setIcon, setIconColor, setIconRules, setItem, setLabel, setLabelColor, setStaticIcon, setValueColor, setVisibilityMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMappings
ModelMappingList getMappings()Returns the value of the 'Mappings' containment reference.- Returns:
- the value of the 'Mappings' containment reference.
- See Also:
-
setMappings
Sets the value of the 'Mappings' containment reference.- Parameters:
value- the new value of the 'Mappings' containment reference.- See Also:
-