Interface ContentChange

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EReference getReference()
      Returns the value of the 'Reference' reference.
      String getReferenceName()
      Returns the value of the 'Reference Name' attribute.
      org.eclipse.emf.ecore.EObject getTarget()
      Returns the value of the 'Target' reference.
      void setReference​(org.eclipse.emf.ecore.EReference value)
      Sets the value of the 'Reference' reference.
      void setReferenceName​(String value)
      Sets the value of the 'Reference Name' attribute.
      void setTarget​(org.eclipse.emf.ecore.EObject value)
      Sets the value of the 'Target' 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

      • setTarget

        void setTarget​(org.eclipse.emf.ecore.EObject value)
        Sets the value of the 'Target' reference.
        Parameters:
        value - the new value of the 'Target' reference.
        See Also:
        getTarget()
      • setReference

        void setReference​(org.eclipse.emf.ecore.EReference value)
        Sets the value of the 'Reference' reference.
        Parameters:
        value - the new value of the 'Reference' reference.
        See Also:
        getReference()
      • setReferenceName

        void setReferenceName​(String value)
        Sets the value of the 'Reference Name' attribute.
        Parameters:
        value - the new value of the 'Reference Name' attribute.
        See Also:
        getReferenceName()