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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Destination' containment reference.Returns the value of the 'Source' containment reference.voidsetDestination(TextLocation value) Sets the value of the 'Destination' containment reference.voidsetSource(ModelLocation value) Sets the value of the 'Source' containment reference.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
-
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
Sets the value of the 'Source' containment reference.- Parameters:
value- the new value of the 'Source' containment reference.- See Also:
-
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
Sets the value of the 'Destination' containment reference.- Parameters:
value- the new value of the 'Destination' containment reference.- See Also:
-