Uses of Enum
org.apache.commons.csv.QuoteMode
-
Uses of QuoteMode in org.apache.commons.csv
Subclasses with type arguments of type QuoteMode in org.apache.commons.csvMethods in org.apache.commons.csv that return QuoteModeModifier and TypeMethodDescriptionCSVFormat.getQuoteMode()
Gets the quote policy output fields.static QuoteMode
Returns the enum constant of this type with the specified name.static QuoteMode[]
QuoteMode.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 QuoteModeModifier and TypeMethodDescriptionCSVFormat.Builder.setQuoteMode
(QuoteMode quoteMode) Sets the quote policy to use for output.CSVFormat.withQuoteMode
(QuoteMode quoteMode) Deprecated.
CSVFormat.Builder.setQuoteMode(QuoteMode)