Interface TraceLink
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TraceLinkImpl
public interface TraceLink extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Trace Link'.The following features are supported:
- See Also:
TextlinkPackage.getTraceLink()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextLocation
getDestination()
Returns the value of the 'Destination' containment reference.ModelLocation
getSource()
Returns the value of the 'Source' containment reference.void
setDestination(TextLocation value)
Sets the value of the 'Destination
' containment reference.void
setSource(ModelLocation value)
Sets the value of the 'Source
' containment reference.
-
-
-
Method Detail
-
getSource
ModelLocation getSource()
Returns the value of the 'Source' containment reference.If the meaning of the 'Source' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Source' containment reference.
- See Also:
setSource(ModelLocation)
,TextlinkPackage.getTraceLink_Source()
-
setSource
void setSource(ModelLocation value)
Sets the value of the 'Source
' containment reference.- Parameters:
value
- the new value of the 'Source' containment reference.- See Also:
getSource()
-
getDestination
TextLocation getDestination()
Returns the value of the 'Destination' containment reference.If the meaning of the 'Destination' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Destination' containment reference.
- See Also:
setDestination(TextLocation)
,TextlinkPackage.getTraceLink_Destination()
-
setDestination
void setDestination(TextLocation value)
Sets the value of the 'Destination
' containment reference.- Parameters:
value
- the new value of the 'Destination' containment reference.- See Also:
getDestination()
-
-