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:
    MuddlePackage.getSlot()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Feature getFeature()
      Returns the value of the 'Feature' reference.
      MuddleElement getOwningElement()
      Returns the value of the 'Owning Element' container reference.
      org.eclipse.emf.common.util.EList<java.lang.Object> getValues()
      Returns the value of the 'Values' attribute list.
      void setFeature​(Feature value)
      Sets the value of the 'Feature' reference.
      void setOwningElement​(MuddleElement value)
      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 Detail

      • getValues

        org.eclipse.emf.common.util.EList<java.lang.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:
        MuddlePackage.getSlot_Values()
      • setFeature

        void setFeature​(Feature value)
        Sets the value of the 'Feature' reference.
        Parameters:
        value - the new value of the 'Feature' reference.
        See Also:
        getFeature()
      • 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:
        getOwningElement()