Uses of Class
com.univocity.parsers.common.processor.RowPlacement

Packages that use RowPlacement
com.univocity.parsers.common.processor   
com.univocity.parsers.common.processor.core   
 

Uses of RowPlacement in com.univocity.parsers.common.processor
 

Methods in com.univocity.parsers.common.processor that return RowPlacement
static RowPlacement RowPlacement.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RowPlacement[] RowPlacement.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.univocity.parsers.common.processor with parameters of type RowPlacement
MasterDetailListProcessor(RowPlacement rowPlacement, AbstractObjectListProcessor detailProcessor)
           
MasterDetailProcessor(RowPlacement rowPlacement, ObjectRowListProcessor detailProcessor)
          Creates a MasterDetailProcessor
 

Uses of RowPlacement in com.univocity.parsers.common.processor.core
 

Constructors in com.univocity.parsers.common.processor.core with parameters of type RowPlacement
AbstractMasterDetailListProcessor(RowPlacement rowPlacement, AbstractObjectListProcessor detailProcessor)
          Creates a MasterDetailListProcessor
AbstractMasterDetailProcessor(RowPlacement rowPlacement, AbstractObjectListProcessor detailProcessor)
          Creates a MasterDetailProcessor
 



Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.