Uses of Class
com.orchestranetworks.addon.dex.mapping.CSVField
-
Packages that use CSVField 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. -
-
Uses of CSVField in com.orchestranetworks.addon.dex.common.generation
Methods in com.orchestranetworks.addon.dex.common.generation that return types with arguments of type CSVField Modifier and Type Method Description ApplicationMapping<EBXField,CSVField>CSVExportApplicationMappingHelper. getApplicationMapping(CSVExportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default CSV export.ApplicationMapping<CSVField,EBXField>CSVImportApplicationMappingHelper. getApplicationMapping(CSVImportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default CSV import. -
Uses of CSVField in com.orchestranetworks.addon.dex.mapping
Methods in com.orchestranetworks.addon.dex.mapping that return types with arguments of type CSVField Modifier and Type Method Description java.util.List<CSVField>CSVTable. getFields()Returns the list ofCSVFieldfields.Method parameters in com.orchestranetworks.addon.dex.mapping with type arguments of type CSVField Modifier and Type Method Description voidCSVTable. setFields(java.util.List<CSVField> fields)Sets a list ofCSVFieldfields.Constructor parameters in com.orchestranetworks.addon.dex.mapping with type arguments of type CSVField Constructor Description CSVTable(java.lang.String name, java.util.List<CSVField> fields)
-