Interface EmfModelLocation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,ModelLocation
,org.eclipse.emf.common.notify.Notifier
,TraceLinkEnd
- All Known Implementing Classes:
EmfModelLocationImpl
A representation of the model object 'Emf Model Location'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObject
Returns the value of the 'Model Element' reference.void
setModelElement
(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Model Element
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.epsilon.egl.dt.traceability.fine.emf.textlink.ModelLocation
getPropertyName, setPropertyName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getModelElement
org.eclipse.emf.ecore.EObject getModelElement()Returns the value of the 'Model Element' reference.If the meaning of the 'Model Element' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Model Element' reference.
- See Also:
-
setModelElement
void setModelElement(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Model Element
' reference.- Parameters:
value
- the new value of the 'Model Element' reference.- See Also:
-