Interface Move

    • Method Detail

      • getSource

        org.eclipse.emf.ecore.EObject getSource()
        Returns the value of the 'Source' reference.

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

        The source element from which the element is moved
        Returns:
        the value of the 'Source' reference.
        See Also:
        setSource(EObject), HistoryPackage.getMove_Source()
      • setSource

        void setSource​(org.eclipse.emf.ecore.EObject value)
        Sets the value of the 'Source' reference.
        Parameters:
        value - the new value of the 'Source' reference.
        See Also:
        getSource()