Package org.deidentifier.arx.io
Schnittstelle IImportColumnIndexed
- Alle bekannten Implementierungsklassen:
ImportColumnCSV,ImportColumnExcel,ImportColumnIndexed,ImportColumnJDBC
public interface IImportColumnIndexed
Interface to be implemented when columns can be referred to by an index.
-
Methodenübersicht
-
Methodendetails
-
getIndex
int getIndex()Returns the index this column refers to.- Gibt zurück:
-
setIndex
void setIndex(int index) Sets the index this columns refers to.- Parameter:
index-
-