Package | Description |
---|---|
org.processmining.log.csv.config |
Modifier and Type | Method and Description |
---|---|
CSVSeperator |
CSVConfig.getSeparator() |
static CSVSeperator |
CSVSeperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CSVSeperator[] |
CSVSeperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CSVConfig.setSeparator(CSVSeperator separator) |