public interface RefMapping extends CoverageMapping
The following features are supported:
CoveragePackage.getRefMapping()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EReference |
getSource()
Returns the value of the 'Source' reference.
|
org.eclipse.emf.ecore.EReference |
getTarget()
Returns the value of the 'Target' reference.
|
void |
setSource(org.eclipse.emf.ecore.EReference value)
Sets the value of the '
Source' reference. |
void |
setTarget(org.eclipse.emf.ecore.EReference value)
Sets the value of the '
Target' reference. |
org.eclipse.emf.ecore.EReference getSource()
setSource(EReference),
CoveragePackage.getRefMapping_Source()void setSource(org.eclipse.emf.ecore.EReference value)
Source' reference.value - the new value of the 'Source' reference.getSource()org.eclipse.emf.ecore.EReference getTarget()
setTarget(EReference),
CoveragePackage.getRefMapping_Target()void setTarget(org.eclipse.emf.ecore.EReference value)
Target' reference.value - the new value of the 'Target' reference.getTarget()