Interface TextLocation

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Region getRegion()
      Returns the value of the 'Region' containment reference.
      java.lang.String getResource()
      Returns the value of the 'Resource' attribute.
      void setRegion​(Region value)
      Sets the value of the 'Region' containment reference.
      void setResource​(java.lang.String value)
      Sets the value of the 'Resource' attribute.
      • 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

      • getResource

        java.lang.String getResource()
        Returns the value of the 'Resource' attribute.

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

        Returns:
        the value of the 'Resource' attribute.
        See Also:
        setResource(String), TextlinkPackage.getTextLocation_Resource()
      • setResource

        void setResource​(java.lang.String value)
        Sets the value of the 'Resource' attribute.
        Parameters:
        value - the new value of the 'Resource' attribute.
        See Also:
        getResource()
      • getRegion

        Region getRegion()
        Returns the value of the 'Region' containment reference.

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

        Returns:
        the value of the 'Region' containment reference.
        See Also:
        setRegion(Region), TextlinkPackage.getTextLocation_Region()
      • setRegion

        void setRegion​(Region value)
        Sets the value of the 'Region' containment reference.
        Parameters:
        value - the new value of the 'Region' containment reference.
        See Also:
        getRegion()