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