| 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 |
|---|---|
LineReturnCharacters |
CSVImportConfigurationSpec.getLineReturnCharacters()
Returns the line return characters.
|
static LineReturnCharacters |
LineReturnCharacters.parse(String value)
An
LineReturnCharacters enumeration parsed from the given string. |
static LineReturnCharacters |
LineReturnCharacters.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineReturnCharacters[] |
LineReturnCharacters.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.setLineReturnCharacters(LineReturnCharacters lineReturnCharacters)
Sets the line return characters.
|