public interface ValueMapper extends ItemFeatureEntry
The following features are supported:
OsgiPackage.getValueMapper()| Modifier and Type | Method and Description |
|---|---|
DataMapper |
getDataMapper()
Returns the value of the 'Data Mapper' reference.
|
String |
getSourceAttribute()
Returns the value of the 'Source Attribute' attribute.
|
String |
getTargetAttribute()
Returns the value of the 'Target Attribute' attribute.
|
void |
setDataMapper(DataMapper value)
Sets the value of the '
Data Mapper' reference. |
void |
setSourceAttribute(String value)
Sets the value of the '
Source Attribute' attribute. |
void |
setTargetAttribute(String value)
Sets the value of the '
Target Attribute' attribute. |
getItem, getName, setItem, setNameString getSourceAttribute()
If the meaning of the 'Source Attribute' attribute isn't clear, there really should be more of a description here...
setSourceAttribute(String),
OsgiPackage.getValueMapper_SourceAttribute()void setSourceAttribute(String value)
Source Attribute' attribute.
value - the new value of the 'Source Attribute' attribute.getSourceAttribute()String getTargetAttribute()
If the meaning of the 'Target Attribute' attribute isn't clear, there really should be more of a description here...
setTargetAttribute(String),
OsgiPackage.getValueMapper_TargetAttribute()void setTargetAttribute(String value)
Target Attribute' attribute.
value - the new value of the 'Target Attribute' attribute.getTargetAttribute()DataMapper getDataMapper()
If the meaning of the 'Data Mapper' reference isn't clear, there really should be more of a description here...
setDataMapper(DataMapper),
OsgiPackage.getValueMapper_DataMapper()void setDataMapper(DataMapper value)
Data Mapper' reference.
value - the new value of the 'Data Mapper' reference.getDataMapper()