Interface ReferenceSlot

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

public interface ReferenceSlot extends Slot
A representation of the model object 'Reference Slot'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<VirtualObject>
    Returns the value of the 'Values' 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.eclipse.epsilon.emc.emf.virtual.Slot

    getOwner, setOwner

    Methods inherited from interface org.eclipse.epsilon.emc.emf.virtual.TypedElement

    getType, setType
  • Method Details

    • getValues

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

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

      Returns:
      the value of the 'Values' reference list.
      See Also: