Package org.deidentifier.arx.io
Klasse ImportColumnExcel
java.lang.Object
org.deidentifier.arx.io.ImportColumn
org.deidentifier.arx.io.ImportColumnIndexed
org.deidentifier.arx.io.ImportColumnExcel
- Alle implementierten Schnittstellen:
IImportColumnIndexed
Represents a single Excel data column
Excel columns are referred to by an index (see
ImportColumnIndexed).-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungImportColumnExcel(int index, String aliasName, DataType<?> datatype) Creates a new instance of this object with the given parameters.ImportColumnExcel(int index, String aliasName, DataType<?> datatype, boolean cleansing) Creates a new instance of this object with the given parameters.ImportColumnExcel(int index, DataType<?> datatype) Creates a new instance of this object with the given parameters.ImportColumnExcel(int index, DataType<?> datatype, boolean cleansing) Creates a new instance of this object with the given parameters.ImportColumnExcel(String name, String alias, DataType<?> datatype) Creates a new instance of this object with the given parameters.ImportColumnExcel(String name, String alias, DataType<?> datatype, boolean cleansing) Creates a new instance of this object with the given parameters.ImportColumnExcel(String name, DataType<?> datatype) Creates a new instance of this object with the given parameters.ImportColumnExcel(String name, DataType<?> datatype, boolean cleansing) Creates a new instance of this object with the given parameters. -
Methodenübersicht
Von Klasse geerbte Methoden org.deidentifier.arx.io.ImportColumnIndexed
getIndex, getName, isIndexSpecified, setIndex, setNameVon Klasse geerbte Methoden org.deidentifier.arx.io.ImportColumn
getAliasName, getDataType, isCleansing, setAliasName, setCleansing, setDataType
-
Konstruktordetails
-
ImportColumnExcel
Creates a new instance of this object with the given parameters.- Parameter:
index- the indexdatatype- the datatype
-
ImportColumnExcel
Creates a new instance of this object with the given parameters.- Parameter:
index- the indexdatatype- the datatypecleansing- the cleansing
-
ImportColumnExcel
Creates a new instance of this object with the given parameters.- Parameter:
index- the indexaliasName- the alias namedatatype- the datatype
-
ImportColumnExcel
Creates a new instance of this object with the given parameters.- Parameter:
index- the indexaliasName- the alias namedatatype- the datatypecleansing- the cleansing
-
ImportColumnExcel
Creates a new instance of this object with the given parameters.- Parameter:
name- the namedatatype- the datatype
-
ImportColumnExcel
Creates a new instance of this object with the given parameters.- Parameter:
name- the namedatatype- the datatypecleansing- the cleansing
-
ImportColumnExcel
Creates a new instance of this object with the given parameters.- Parameter:
name- the namealias- the aliasdatatype- the datatype
-
ImportColumnExcel
Creates a new instance of this object with the given parameters.- Parameter:
name- the namealias- the aliasdatatype- the datatypecleansing- the cleansing
-