| Modifier and Type | Method and Description | 
|---|---|
| QuoteMode | CSVFormat. getQuoteMode()Returns the quote policy output fields. | 
| static QuoteMode | QuoteMode. valueOf(String name)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. | 
| Modifier and Type | Method and Description | 
|---|---|
| CSVFormat | CSVFormat. withQuoteMode(QuoteMode quoteModePolicy)Returns a new  CSVFormatwith the output quote policy of the format set to the specified value. | 
Copyright © 2017. All rights reserved.