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