| 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 |
|---|---|
DecimalSymbol |
CSVImportConfigurationSpec.getDecimalSymbol()
Returns the decimal symbol.
|
static DecimalSymbol |
DecimalSymbol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecimalSymbol[] |
DecimalSymbol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSVImportConfigurationSpec.setDecimalSymbol(DecimalSymbol decimalSymbol)
Sets the decimal symbol.
|