Interface Slot

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

public interface Slot extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Slot'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Feature' reference.
    Returns the value of the 'Owning Element' container reference.
    org.eclipse.emf.common.util.EList<Object>
    Returns the value of the 'Values' attribute list.
    void
    Sets the value of the 'Feature' reference.
    void
    Sets the value of the 'Owning Element' container reference.

    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
  • Method Details

    • getValues

      org.eclipse.emf.common.util.EList<Object> getValues()
      Returns the value of the 'Values' attribute list. The list contents are of type Object.

      If the meaning of the 'Values' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Values' attribute list.
      See Also:
    • getFeature

      Feature getFeature()
      Returns the value of the 'Feature' reference. It is bidirectional and its opposite is 'Slots'.

      If the meaning of the 'Feature' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Feature' reference.
      See Also:
    • setFeature

      void setFeature(Feature value)
      Sets the value of the 'Feature' reference.
      Parameters:
      value - the new value of the 'Feature' reference.
      See Also:
    • getOwningElement

      MuddleElement getOwningElement()
      Returns the value of the 'Owning Element' container reference. It is bidirectional and its opposite is 'Slots'.

      If the meaning of the 'Owning Element' container reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Owning Element' container reference.
      See Also:
    • setOwningElement

      void setOwningElement(MuddleElement value)
      Sets the value of the 'Owning Element' container reference.
      Parameters:
      value - the new value of the 'Owning Element' container reference.
      See Also: