Uses of Class
org.processmining.log.csv.config.CSVEscapeCharacter
-
Packages that use CSVEscapeCharacter Package Description org.processmining.log.csv.config -
-
Uses of CSVEscapeCharacter in org.processmining.log.csv.config
Methods in org.processmining.log.csv.config that return CSVEscapeCharacter Modifier and Type Method Description CSVEscapeCharacterCSVConfig. getEscapeChar()static CSVEscapeCharacterCSVEscapeCharacter. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CSVEscapeCharacter[]CSVEscapeCharacter. 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 CSVEscapeCharacter Modifier and Type Method Description voidCSVConfig. setEscapeChar(CSVEscapeCharacter escapeChar)
-