All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, TraceLinkEnd
All Known Implementing Classes:
TextLocationImpl

public interface TextLocation extends TraceLinkEnd
A representation of the model object 'Text Location'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Region' containment reference.
    Returns the value of the 'Resource' attribute.
    void
    Sets the value of the 'Region' containment reference.
    void
    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 Details

    • getResource

      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

      void setResource(String value)
      Sets the value of the 'Resource' attribute.
      Parameters:
      value - the new value of the 'Resource' attribute.
      See Also:
    • 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

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