Interface EMFLocation

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DMRLocation getDmrLocation()
      Returns the value of the 'Dmr Location' containment reference.
      org.eclipse.emf.ecore.EObject getRoot()
      Returns the value of the 'Root' reference.
      SettingLocation getSettingLocation()
      Returns the value of the 'Setting Location' containment reference.
      void setDmrLocation​(DMRLocation value)
      Sets the value of the 'Dmr Location' containment reference.
      void setRoot​(org.eclipse.emf.ecore.EObject value)
      Sets the value of the 'Root' reference.
      void setSettingLocation​(SettingLocation value)
      Sets the value of the ' Setting Location' containment 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

      • getRoot

        org.eclipse.emf.ecore.EObject getRoot()
        Returns the value of the 'Root' reference.

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

        Returns:
        the value of the 'Root' reference.
        See Also:
        setRoot(EObject), ErrorPackage.getEMFLocation_Root()
      • setRoot

        void setRoot​(org.eclipse.emf.ecore.EObject value)
        Sets the value of the 'Root' reference.
        Parameters:
        value - the new value of the 'Root' reference.
        See Also:
        getRoot()
      • setDmrLocation

        void setDmrLocation​(DMRLocation value)
        Sets the value of the 'Dmr Location' containment reference.
        Parameters:
        value - the new value of the 'Dmr Location' containment reference.
        See Also:
        getDmrLocation()