Package org.deidentifier.arx.io
Klasse ImportColumnIndexed
java.lang.Object
org.deidentifier.arx.io.ImportColumn
org.deidentifier.arx.io.ImportColumnIndexed
- Alle implementierten Schnittstellen:
IImportColumnIndexed
- Bekannte direkte Unterklassen:
ImportColumnCSV,ImportColumnExcel
Superclass for column types that are only referred to by an index.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungImportColumnIndexed(int index, String aliasName, DataType<?> datatype) Creates a new instance of this object with the given parameters.ImportColumnIndexed(int index, String aliasName, DataType<?> datatype, boolean cleansing) Creates a new instance of this object with the given parameters.ImportColumnIndexed(int index, DataType<?> datatype) Creates a new instance of this object with the given parameters.ImportColumnIndexed(int index, DataType<?> datatype, boolean cleansing) Creates a new instance of this object with the given parameters.ImportColumnIndexed(String name, String aliasName, DataType<?> datatype) Creates a new instance of this object with the given parameters.ImportColumnIndexed(String name, String aliasName, DataType<?> datatype, boolean cleansing) Creates a new instance of this object with the given parameters.ImportColumnIndexed(String name, DataType<?> datatype) Creates a new instance of this object with the given parameters.ImportColumnIndexed(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.ImportColumn
getAliasName, getDataType, isCleansing, setAliasName, setCleansing, setDataType
-
Konstruktordetails
-
ImportColumnIndexed
Creates a new instance of this object with the given parameters.- Parameter:
index-indexdatatype-ImportColumn.dataType
-
ImportColumnIndexed
Creates a new instance of this object with the given parameters.- Parameter:
index-indexdatatype-ImportColumn.dataTypecleansing-
-
ImportColumnIndexed
Creates a new instance of this object with the given parameters.- Parameter:
index-indexaliasName-ImportColumn.setAliasName(String)datatype-ImportColumn.dataType
-
ImportColumnIndexed
Creates a new instance of this object with the given parameters.- Parameter:
index-indexaliasName-ImportColumn.setAliasName(String)datatype-ImportColumn.dataTypecleansing-
-
ImportColumnIndexed
Creates a new instance of this object with the given parameters.- Parameter:
name-datatype-
-
ImportColumnIndexed
Creates a new instance of this object with the given parameters.- Parameter:
name-datatype-cleansing-
-
ImportColumnIndexed
Creates a new instance of this object with the given parameters.- Parameter:
name-aliasName-datatype-
-
ImportColumnIndexed
Creates a new instance of this object with the given parameters.- Parameter:
name-aliasName-datatype-cleansing-
-
-
Methodendetails
-
getIndex
public int getIndex()Beschreibung aus Schnittstelle kopiert:IImportColumnIndexedReturns the index this column refers to.- Angegeben von:
getIndexin SchnittstelleIImportColumnIndexed- Gibt zurück:
index
-
getName
Gets the name.- Gibt zurück:
-
isIndexSpecified
public boolean isIndexSpecified()Returns whether an index was given.- Gibt zurück:
-
setIndex
public void setIndex(int index) Beschreibung aus Schnittstelle kopiert:IImportColumnIndexedSets the index this columns refers to.- Angegeben von:
setIndexin SchnittstelleIImportColumnIndexed- Parameter:
index-index
-
setName
Sets the name.- Parameter:
name-
-