Verwendungen von Klasse
org.deidentifier.arx.io.ImportColumn
Packages, die ImportColumn verwenden
Package
Beschreibung
This package provides basic input/output functionality
-
Verwendungen von ImportColumn in org.deidentifier.arx.gui.view.impl.wizard
Methoden in org.deidentifier.arx.gui.view.impl.wizard, die ImportColumn zurückgebenMethoden in org.deidentifier.arx.gui.view.impl.wizard, die Typen mit Argumenten vom Typ ImportColumn zurückgebenModifizierer und TypMethodeBeschreibungImportWizardModel.getEnabledColumns()Returns list of enabled columns This iterates overImportWizardModel.wizardColumnsand returns only the columns that are enabledImportWizardModelColumn.isEnabled().Methoden in org.deidentifier.arx.gui.view.impl.wizard mit Parametern vom Typ ImportColumnModifizierer und TypMethodeBeschreibungvoidImportWizardModelColumn.setColumn(ImportColumn column) Konstruktoren in org.deidentifier.arx.gui.view.impl.wizard mit Parametern vom Typ ImportColumnModifiziererKonstruktorBeschreibungImportWizardModelColumn(ImportColumn column) Creates a new instance for the given column.ImportWizardModelColumn(ImportColumn column, boolean enabled) Creates a new instance for the given column. -
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.Felder in org.deidentifier.arx.io mit Typparametern vom Typ ImportColumnModifizierer und TypFeldBeschreibungprotected List<ImportColumn> ImportConfiguration.columnsList of columns to be imported Each element of this list represents a single column to import from.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.