Uses of Enum Class
org.frankframework.pipes.CsvParserPipe.HeaderCase
Packages that use CsvParserPipe.HeaderCase
-
Uses of CsvParserPipe.HeaderCase in org.frankframework.pipes
Methods in org.frankframework.pipes that return CsvParserPipe.HeaderCaseModifier and TypeMethodDescriptionstatic CsvParserPipe.HeaderCaseReturns the enum constant of this class with the specified name.static CsvParserPipe.HeaderCase[]CsvParserPipe.HeaderCase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.pipes with parameters of type CsvParserPipe.HeaderCaseModifier and TypeMethodDescriptionvoidCsvParserPipe.setHeaderCase(CsvParserPipe.HeaderCase headerCase) When set, character casing will be changed for the header.