Interface Switch

All Superinterfaces:
org.eclipse.emf.ecore.EObject, NonLinkableWidget, org.eclipse.emf.common.notify.Notifier, Widget
All Known Implementing Classes:
SwitchImpl

public interface Switch extends NonLinkableWidget
A representation of the model object 'Switch'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<Mapping>
    Returns the value of the 'Mappings' containment reference list.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver

    Methods inherited from interface org.openhab.core.model.sitemap.sitemap.Widget

    getIcon, getIconColor, getIconRules, getItem, getLabel, getLabelColor, getStaticIcon, getValueColor, getVisibility, setIcon, setItem, setLabel, setStaticIcon
  • Method Details

    • getMappings

      org.eclipse.emf.common.util.EList<Mapping> getMappings()
      Returns the value of the 'Mappings' containment reference list. The list contents are of type Mapping.
      Returns:
      the value of the 'Mappings' containment reference list.
      See Also: