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 TypeClassDescriptionenum
Determines how duplicate header fields should be handled ifCSVFormat.Builder.setHeader(Class)
is not null.Methods in org.apache.commons.csv that return DuplicateHeaderModeModifier and TypeMethodDescriptionCSVFormat.getDuplicateHeaderMode()
Gets how duplicate headers are handled.static DuplicateHeaderMode
Returns 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.