Interface TextLocation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,TraceLinkEnd
- All Known Implementing Classes:
TextLocationImpl
A representation of the model object 'Text Location'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Region' containment reference.Returns the value of the 'Resource' attribute.voidSets the value of the 'Region' containment reference.voidsetResource(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, eUnsetMethods 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
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
Sets the value of the 'Region' containment reference.- Parameters:
value- the new value of the 'Region' containment reference.- See Also:
-