Uses of Class
org.processmining.log.csvimport.config.CSVConversionConfig.CSVErrorHandlingMode
-
Packages that use CSVConversionConfig.CSVErrorHandlingMode Package Description org.processmining.log.csvimport.config -
-
Uses of CSVConversionConfig.CSVErrorHandlingMode in org.processmining.log.csvimport.config
Methods in org.processmining.log.csvimport.config that return CSVConversionConfig.CSVErrorHandlingMode Modifier and Type Method Description CSVConversionConfig.CSVErrorHandlingModeCSVConversionConfig. getErrorHandlingMode()static CSVConversionConfig.CSVErrorHandlingModeCSVConversionConfig.CSVErrorHandlingMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CSVConversionConfig.CSVErrorHandlingMode[]CSVConversionConfig.CSVErrorHandlingMode. 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.CSVErrorHandlingMode Modifier and Type Method Description voidCSVConversionConfig. setErrorHandlingMode(CSVConversionConfig.CSVErrorHandlingMode errorHandlingMode)
-