public interface DataMapping extends Identifiable, Nameable
The following features are supported:
SofiaPackage.getDataMapping()| Modifier and Type | Method and Description |
|---|---|
DataType |
getSource()
Returns the value of the 'Source' container reference.
|
DataType |
getTarget()
Returns the value of the 'Target' reference.
|
void |
setSource(DataType value)
Sets the value of the '
Source' container reference. |
void |
setTarget(DataType value)
Sets the value of the '
Target' reference. |
getId, setIdDataType getSource()
Mappings'.
If the meaning of the 'Source' container reference isn't clear, there really should be more of a description here...
setSource(DataType),
SofiaPackage.getDataMapping_Source(),
DataType.getMappings()void setSource(DataType value)
Source' container reference.
value - the new value of the 'Source' container reference.getSource()DataType getTarget()
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(DataType),
SofiaPackage.getDataMapping_Target()void setTarget(DataType value)
Target' reference.
value - the new value of the 'Target' reference.getTarget()Copyright © 2018. All rights reserved.