Uses of Enum
org.apache.commons.csv.QuoteMode
-
Uses of QuoteMode in org.apache.commons.csv
Fields in org.apache.commons.csv declared as QuoteModeModifier and TypeFieldDescriptionprivate QuoteModeCSVFormat.Builder.quoteModeprivate final QuoteModeCSVFormat.quoteModeMethods in org.apache.commons.csv that return QuoteModeModifier and TypeMethodDescriptionCSVFormat.getQuoteMode()Returns the quote policy output fields.static QuoteModeReturns 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.Constructors in org.apache.commons.csv with parameters of type QuoteModeModifierConstructorDescriptionprivateCSVFormat(String delimiter, Character quoteChar, QuoteMode quoteMode, Character commentStart, Character escape, boolean ignoreSurroundingSpaces, boolean ignoreEmptyLines, String recordSeparator, String nullString, Object[] headerComments, String[] header, boolean skipHeaderRecord, boolean allowMissingColumnNames, boolean ignoreHeaderCase, boolean trim, boolean trailingDelimiter, boolean autoFlush, boolean allowDuplicateHeaderNames) Creates a customized CSV format.
CSVFormat.Builder.setQuoteMode(QuoteMode)