Uses of Class
org.processmining.log.csv.config.CSVSeperator
-
Packages that use CSVSeperator Package Description org.processmining.log.csv.config -
-
Uses of CSVSeperator in org.processmining.log.csv.config
Methods in org.processmining.log.csv.config that return CSVSeperator Modifier and Type Method Description CSVSeperatorCSVConfig. getSeparator()static CSVSeperatorCSVSeperator. 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.Methods in org.processmining.log.csv.config with parameters of type CSVSeperator Modifier and Type Method Description voidCSVConfig. setSeparator(CSVSeperator separator)
-