Klasse ImportWizardModelColumn
java.lang.Object
org.deidentifier.arx.gui.view.impl.wizard.ImportWizardModelColumn
Wrapper for
ImportColumn used in the wizard context
This is a wrapper for ImportColumn. It essentially adds an property
indicating whether a column is enabled enabled.-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungImportWizardModelColumn(ImportColumn column) Creates a new instance for the given column.ImportWizardModelColumn(ImportColumn column, boolean enabled) Creates a new instance for the given column. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanvoidsetColumn(ImportColumn column) voidsetEnabled(boolean enabled)
-
Konstruktordetails
-
ImportWizardModelColumn
Creates a new instance for the given column.- Parameter:
column- Column that should be wrapped around
-
ImportWizardModelColumn
Creates a new instance for the given column.- Parameter:
column- Column that should be wrapped aroundenabled-
-
-
Methodendetails
-
getColumn
- Gibt zurück:
column
-
isEnabled
public boolean isEnabled()- Gibt zurück:
enabled
-
setColumn
- Parameter:
column-
-
setEnabled
public void setEnabled(boolean enabled) - Parameter:
enabled-enabled
-