JavaScript is disabled on your browser.
SKIP NAVIGATION LINKS
PACKAGE
CLASS
USE
TREE
DEPRECATED
INDEX
HELP
PREVCLASS
NEXTCLASS
FRAMES
NOFRAMES
ALLCLASSES 
SUMMARY:
NESTED|
ENUM CONSTANTS|
FIELD|
METHOD
DETAIL:
ENUM CONSTANTS|
FIELD|
METHOD
org.apache.commons.csv
Enum QuoteMode
java.lang.Object
java.lang.Enum
 org.apache.commons.csv.QuoteMode 
 All Implemented Interfaces:Serializable, Comparable 
extends Enum
 Enum Constant Summary 
 Enum Constants 
 Enum Constant and Description 
 ALL Quotes all fields. 
 ALL_NON_NULL Quotes all non-null fields. 
 MINIMAL Quotes fields which contain special characters such as a delimiter, quotes character or any of the characters in line separator. 
 NON_NUMERIC Quotes all non-numeric fields. 
 NONE Never quotes fields. 
 Method Summary 
 All MethodsStatic MethodsConcrete Methods 
 Modifier and Type 
 Method and Description 
 static QuoteMode 
 valueOf(Stringname) Returns the enum constant of this type with the specified name. 
 static QuoteMode[] 
 values() Returns an array containing the constants of this enum type, in the order they are declared. 
 Methods inherited from classjava.lang.Enumclone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf 
 Methods inherited from classjava.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait 
 Enum Constant Detail 
 ALLpublic static finalQuoteMode ALLQuotes all fields. 
 ALL_NON_NULLpublic static finalQuoteMode ALL_NON_NULLQuotes all non-null fields. 
 MINIMALpublic static finalQuoteMode MINIMALQuotes fields which contain special characters such as a delimiter, quotes character or any of the characters in line separator. 
 NON_NUMERICpublic static finalQuoteMode NON_NUMERICQuotes all non-numeric fields. 
 NONEpublic static finalQuoteMode NONENever quotes fields. When the delimiter occurs in data, the printer prefixes it with the current escape character. If the escape character is not set, format validation throws an exception. 
 Method Detail 
 valuespublic staticQuoteMode[]values()Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: for (QuoteMode c : QuoteMode.values()) 
  System.out.println(c); 
 Returns:an array containing the constants of this enum type, in the order they are declared 
 valueOfpublic staticQuoteModevalueOf(Stringname)Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)Parameters:name  the name of the enum constant to be returned.Returns:the enum constant with the specified nameThrows:IllegalArgumentException  if this enum type has no constant with the specified nameNullPointerException  if the argument is null 
 SKIP NAVIGATION LINKS 
 PACKAGE 
 CLASS 
 USE 
 TREE 
 DEPRECATED 
 INDEX 
 HELP 
 PREVCLASS 
 NEXTCLASS 
 FRAMES 
 NOFRAMES 
 ALLCLASSES
SUMMARY:
NESTED|
ENUM CONSTANTS|
FIELD|
METHOD
DETAIL:
ENUM CONSTANTS|
FIELD|
METHOD
Copyright  2017 The Apache Software Foundation. All rights reserved. 

![[SOLVED]  Java javascript software JavaScript is disabled on your browser.](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[Solved] Python program that plays a guess-the-number game with magic lists](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
 
 
 
Reviews
There are no reviews yet.