Interface ReferenceSlot

    • Method Detail

      • getEReference

        org.eclipse.emf.ecore.EReference getEReference()
        Returns the value of the 'EReference' reference.

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

        The reference to which the slot conforms
        Returns:
        the value of the 'EReference' reference.
        See Also:
        setEReference(EReference), MigrationPackage.getReferenceSlot_EReference()
      • setEReference

        void setEReference​(org.eclipse.emf.ecore.EReference value)
        Sets the value of the 'EReference' reference.
        Parameters:
        value - the new value of the 'EReference' reference.
        See Also:
        getEReference()
      • getValues

        org.eclipse.emf.common.util.EList<Instance> getValues()
        Returns the value of the 'Values' reference list. The list contents are of type Instance. It is bidirectional and its opposite is 'References'.

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

        The values of the reference slot
        Returns:
        the value of the 'Values' reference list.
        See Also:
        MigrationPackage.getReferenceSlot_Values(), Instance.getReferences()