Interface TextLocation
-
- 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:
TextlinkPackage.getTextLocation()
-
-
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.
-
-
-
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()
-
-