Uses of Enum
org.apache.commons.csv.DuplicateHeaderMode
-
Uses of DuplicateHeaderMode in org.apache.commons.csv
Subclasses with type arguments of type DuplicateHeaderMode in org.apache.commons.csvModifier and TypeClassDescriptionenumDetermines how duplicate header fields should be handled ifCSVFormat.Builder.setHeader(Class)is not null.Fields in org.apache.commons.csv declared as DuplicateHeaderModeModifier and TypeFieldDescriptionprivate DuplicateHeaderModeCSVFormat.Builder.duplicateHeaderModeprivate final DuplicateHeaderModeCSVFormat.duplicateHeaderModeHow duplicate headers are handled.Methods in org.apache.commons.csv that return DuplicateHeaderModeModifier and TypeMethodDescriptionCSVFormat.getDuplicateHeaderMode()Gets how duplicate headers are handled.static DuplicateHeaderModeReturns the enum constant of this type with the specified name.static DuplicateHeaderMode[]DuplicateHeaderMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.csv with parameters of type DuplicateHeaderModeModifier and TypeMethodDescriptionCSVFormat.Builder.setDuplicateHeaderMode(DuplicateHeaderMode duplicateHeaderMode) Sets the duplicate header names behavior.