Package org.eclipse.m2m.atl.emftvm.trace
Interface TargetElement
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- TraceElement
- All Known Implementing Classes:
- TargetElementImpl
 A representation of the model object 'Target Element'.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SourceElement> Returns the value of the 'Maps To' reference list.Returns the value of the 'Target Of' container reference.voidsetTargetOf(TraceLink value) Sets the value of the 'Target Of' container reference.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.eclipse.m2m.atl.emftvm.trace.TraceElementgetName, getObject, getRuntimeObject, setName, setObject, setRuntimeObject
- 
Method Details- 
getTargetOfTraceLink getTargetOf()Returns the value of the 'Target Of' container reference. It is bidirectional and its opposite is 'Target Elements'.If the meaning of the 'Target Of' container reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Target Of' container reference.
- See Also:
 
- 
setTargetOfSets the value of the 'Target Of' container reference.- Parameters:
- value- the new value of the 'Target Of' container reference.
- See Also:
 
- 
getMapsToorg.eclipse.emf.common.util.EList<SourceElement> getMapsTo()Returns the value of the 'Maps To' reference list. The list contents are of typeSourceElement. It is bidirectional and its opposite is 'Maps To'.If the meaning of the 'Maps To' reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Maps To' reference list.
- See Also:
 
 
-