Uses of Class
org.processmining.log.csvimport.config.CSVConversionConfig.CSVEmptyCellHandlingMode
-
Packages that use CSVConversionConfig.CSVEmptyCellHandlingMode Package Description org.processmining.log.csvimport.config -
-
Uses of CSVConversionConfig.CSVEmptyCellHandlingMode in org.processmining.log.csvimport.config
Methods in org.processmining.log.csvimport.config that return CSVConversionConfig.CSVEmptyCellHandlingMode Modifier and Type Method Description CSVConversionConfig.CSVEmptyCellHandlingModeCSVConversionConfig. getEmptyCellHandlingMode()static CSVConversionConfig.CSVEmptyCellHandlingModeCSVConversionConfig.CSVEmptyCellHandlingMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CSVConversionConfig.CSVEmptyCellHandlingMode[]CSVConversionConfig.CSVEmptyCellHandlingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.log.csvimport.config with parameters of type CSVConversionConfig.CSVEmptyCellHandlingMode Modifier and Type Method Description voidCSVConversionConfig. setEmptyCellHandlingMode(CSVConversionConfig.CSVEmptyCellHandlingMode emptyCellHandlingMode)
-