| Package | Description |
|---|---|
| com.orchestranetworks.addon.dex.configuration |
Classes and interfaces to define specifications for the import, export and transfer data services.
|
| Modifier and Type | Method and Description |
|---|---|
SpreadsheetFileFormat |
SpreadsheetExportConfigurationSpec.getFileFormat()
Returns the Excel file format.
|
static SpreadsheetFileFormat |
SpreadsheetFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpreadsheetFileFormat[] |
SpreadsheetFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetExportConfigurationSpec.setFileFormat(SpreadsheetFileFormat fileFormat)
Sets the Excel file format.
|