Uses of Class
net.sf.jmatchparser.util.csv.fieldreader.FieldSourceFactory.FieldSourceFactoryFields

Packages that use FieldSourceFactory.FieldSourceFactoryFields
net.sf.jmatchparser.util.csv.fieldreader This package contains the FieldReader class and classes that are used by it. 
 

Uses of FieldSourceFactory.FieldSourceFactoryFields in net.sf.jmatchparser.util.csv.fieldreader
 

Methods in net.sf.jmatchparser.util.csv.fieldreader that return FieldSourceFactory.FieldSourceFactoryFields
static FieldSourceFactory.FieldSourceFactoryFields FieldSourceFactory.FieldSourceFactoryFields.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FieldSourceFactory.FieldSourceFactoryFields[] FieldSourceFactory.FieldSourceFactoryFields.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.jmatchparser.util.csv.fieldreader that return types with arguments of type FieldSourceFactory.FieldSourceFactoryFields
 FieldReader<FieldSourceFactory.FieldSourceFactoryFields,Object> FieldSourceFactory.getReader()
          Get the FieldReader used to parse the CSV file, for customizing its field sources or other parameters.
 



Copyright © 2011. All Rights Reserved.