Uses of Enum Class
com.streamconverter.controller.CsvProcessingController.ProcessingMode
Packages that use CsvProcessingController.ProcessingMode
-
Uses of CsvProcessingController.ProcessingMode in com.streamconverter.controller
Methods in com.streamconverter.controller that return CsvProcessingController.ProcessingModeModifier and TypeMethodDescriptionCsvProcessingController.getProcessingMode()
Gets the processing mode of this controller.Returns the enum constant of this class with the specified name.CsvProcessingController.ProcessingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.