Verwendungen von Klasse
org.deidentifier.arx.io.ImportColumn
Packages, die ImportColumn verwenden
-
Verwendungen von ImportColumn in org.deidentifier.arx.io
Unterklassen von ImportColumn in org.deidentifier.arx.ioModifizierer und TypKlasseBeschreibungclassRepresents a single CSV data column CSV columns are referred to by an index (seeImportColumnIndexed).classRepresents a single Excel data column Excel columns are referred to by an index (seeImportColumnIndexed).classSuperclass for column types that are only referred to by an index.classRepresents a single JDBC data column JDBC columns can be referred to by both an index () and by name (Ungültige Referenz
IIndexColumnIImportColumnNamed.Methoden in org.deidentifier.arx.io, die Typen mit Argumenten vom Typ ImportColumn zurückgebenModifizierer und TypMethodeBeschreibungImportConfiguration.getColumns()Returns all added columns.Methoden in org.deidentifier.arx.io mit Parametern vom Typ ImportColumnModifizierer und TypMethodeBeschreibungabstract voidImportConfiguration.addColumn(ImportColumn column) Adds a single column to import from.voidImportConfigurationCSV.addColumn(ImportColumn column) Adds a single column to import from This makes sure that onlyImportColumnCSVcan be added, otherwise anIllegalArgumentExceptionwill be thrown.voidImportConfigurationExcel.addColumn(ImportColumn column) Adds a single column to import from This makes sure that onlyImportColumnExcelcan be added, otherwise anIllegalArgumentExceptionwill be thrown.voidImportConfigurationJDBC.addColumn(ImportColumn column) Adds a single column to import from This makes sure that onlyImportColumnJDBCcan be added, otherwise anIllegalArgumentExceptionwill be thrown.