Package | Description |
---|---|
org.deidentifier.arx.io |
This package provides basic input/output functionality
|
Modifier and Type | Method and Description |
---|---|
ImportConfigurationExcel.ExcelFileTypes |
ImportConfigurationExcel.getExcelFileType() |
static ImportConfigurationExcel.ExcelFileTypes |
ImportConfigurationExcel.ExcelFileTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImportConfigurationExcel.ExcelFileTypes[] |
ImportConfigurationExcel.ExcelFileTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportConfigurationExcel.setExcelFileType(ImportConfigurationExcel.ExcelFileTypes excelFileType) |
Constructor and Description |
---|
ImportConfigurationExcel(java.lang.String fileLocation,
ImportConfigurationExcel.ExcelFileTypes excelFileType,
int sheetIndex,
boolean containsHeader)
Creates a new instance of this object.
|