Uses of Class
net.sf.jsefa.csv.lowlevel.config.EscapeMode

Packages that use EscapeMode
net.sf.jsefa.csv.config   
net.sf.jsefa.csv.lowlevel.config   
 

Uses of EscapeMode in net.sf.jsefa.csv.config
 

Methods in net.sf.jsefa.csv.config that return EscapeMode
 EscapeMode CsvConfiguration.getQuoteCharacterEscapeMode()
          Returns the escape mode for the quote character.
 

Methods in net.sf.jsefa.csv.config with parameters of type EscapeMode
 void CsvConfiguration.setQuoteCharacterEscapeMode(EscapeMode quoteCharacterEscapeMode)
          Sets the escape mode for the quote character.
 

Uses of EscapeMode in net.sf.jsefa.csv.lowlevel.config
 

Fields in net.sf.jsefa.csv.lowlevel.config declared as EscapeMode
static EscapeMode CsvLowLevelConfiguration.Defaults.DEFAULT_QUOTE_CHARACTER_ESCAPE_MODE
          The default quote character escape mode used if none is explicitly given.
 

Methods in net.sf.jsefa.csv.lowlevel.config that return EscapeMode
 EscapeMode CsvLowLevelConfiguration.getQuoteCharacterEscapeMode()
          Returns the escape mode for the quote character.
static EscapeMode EscapeMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EscapeMode[] EscapeMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.jsefa.csv.lowlevel.config with parameters of type EscapeMode
 void CsvLowLevelConfiguration.setQuoteCharacterEscapeMode(EscapeMode quoteCharacterEscapeMode)
          Sets the escape mode for the quote character.
 



Copyright © 2014. All rights reserved.