Uses of Enum Class
nablarch.common.databind.csv.CsvDataBindConfig.QuoteMode
-
Uses of CsvDataBindConfig.QuoteMode in nablarch.common.databind.csv
Modifier and TypeMethodDescriptionCsvDataBindConfig.getQuoteMode()
フィールド囲み文字で囲むフィールドを取得する。static CsvDataBindConfig.QuoteMode
Returns the enum constant of this class with the specified name.static CsvDataBindConfig.QuoteMode[]
CsvDataBindConfig.QuoteMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCsvDataBindConfig.withQuoteMode
(CsvDataBindConfig.QuoteMode newQuoteMode) 出力時にフィールド囲み文字で囲むフィールドを設定する。ModifierConstructorDescriptionCsvDataBindConfig
(char fieldSeparator, String lineSeparator, char quote, boolean ignoreEmptyLine, boolean requiredHeader, String[] headerTitles, String[] properties, Charset charset, boolean emptyToNull, CsvDataBindConfig.QuoteMode quoteMode, List<String> quotedColumnNames) CSVのフォーマット定義を生成する。CsvDataBindConfig
(char fieldSeparator, String lineSeparator, char quote, boolean ignoreEmptyLine, boolean requiredHeader, String[] headerTitles, Charset charset, boolean emptyToNull, CsvDataBindConfig.QuoteMode quoteMode, List<String> quotedColumnNames) CSVのフォーマット定義を生成する。