Interface EmfModelLocation

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EObject getModelElement()
      Returns the value of the 'Model Element' reference.
      void setModelElement​(org.eclipse.emf.ecore.EObject value)
      Sets the value of the 'Model Element' 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

      • getModelElement

        org.eclipse.emf.ecore.EObject getModelElement()
        Returns the value of the 'Model Element' reference.

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

        Returns:
        the value of the 'Model Element' reference.
        See Also:
        setModelElement(EObject), TextlinkPackage.getEmfModelLocation_ModelElement()
      • setModelElement

        void setModelElement​(org.eclipse.emf.ecore.EObject value)
        Sets the value of the 'Model Element' reference.
        Parameters:
        value - the new value of the 'Model Element' reference.
        See Also:
        getModelElement()