| Package | Description |
|---|---|
| com.orchestranetworks.addon.adix |
Classes and interfaces to call Adix import and export.
|
| Modifier and Type | Field and Description |
|---|---|
static ImportType |
ImportType.CSV
Deprecated.
Specifies the import type used for importing data from a CSV file into a table.
|
static ImportType |
ImportType.EXCEL_FOR_MULTIPLE_TABLES
Deprecated.
Specifies the import type used for importing data from an Excel file into multiples tables.
|
static ImportType |
ImportType.EXCEL_FOR_SINGLE_TABLE
Deprecated.
Specifies the import type used for importing data from an Excel file into a table.
|
static ImportType |
ImportType.UNKNOWN
Deprecated.
Specifies an unidentified type.
|
static ImportType |
ImportType.XML_FOR_MULTIPLE_TABLES
Deprecated.
Specifies the import type used for importing data from XML files into multiples tables.
|
| Modifier and Type | Method and Description |
|---|---|
ImportType |
AdixImportSpec.getImportType()
Deprecated.
Returns the import type.
|
static ImportType |
ImportType.parse(String value)
Deprecated.
Returns the Adix import type instance corresponding to the value specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdixImportSpec.setImportType(ImportType importType)
Deprecated.
Sets the import type.
|