public interface DataMapperService extends Service
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
DataMapper |
getDataMapper()
Returns the value of the 'Data Mapper' containment reference.
|
org.eclipse.emf.common.util.EList<MasterServer> |
getMasterOn()
Returns the value of the 'Master On' reference list.
|
void |
setDataMapper(DataMapper value)
Sets the value of the '
Data Mapper' containment reference. |
DataMapper getDataMapper()
If the meaning of the 'Data Mapper' containment reference isn't clear, there really should be more of a description here...
setDataMapper(DataMapper),
ComponentPackage.getDataMapperService_DataMapper()void setDataMapper(DataMapper value)
Data Mapper' containment reference.
value - the new value of the 'Data Mapper' containment reference.getDataMapper()org.eclipse.emf.common.util.EList<MasterServer> getMasterOn()
MasterServer.
If the meaning of the 'Master On' reference list isn't clear, there really should be more of a description here...
ComponentPackage.getDataMapperService_MasterOn()