Package | Description |
---|---|
com.orchestranetworks.addon.dex.common.generation |
Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.
|
com.orchestranetworks.addon.dex.mapping |
Classes and interfaces to configure mapping between source and target applications.
|
Modifier and Type | Method and Description |
---|---|
ApplicationMapping<EBXField,CSVField> |
CSVExportApplicationMappingHelper.getApplicationMapping(CSVExportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default CSV export. |
ApplicationMapping<CSVField,EBXField> |
CSVImportApplicationMappingHelper.getApplicationMapping(CSVImportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default CSV import. |
Modifier and Type | Method and Description |
---|---|
List<CSVField> |
CSVTable.getFields()
Returns the list of
CSVField fields. |
Modifier and Type | Method and Description |
---|---|
void |
CSVTable.setFields(List<CSVField> fields)
Sets a list of
CSVField fields. |
Constructor and Description |
---|
CSVTable(String name,
List<CSVField> fields) |