Uses of Enum
org.apache.commons.csv.DuplicateHeaderMode
-
Uses of DuplicateHeaderMode in org.apache.commons.csv
Modifier 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.Modifier and TypeMethodDescriptionCSVFormat.Builder.setDuplicateHeaderMode
(DuplicateHeaderMode duplicateHeaderMode) Sets the duplicate header names behavior.