Uses of Class
com.univocity.parsers.common.processor.RowPlacement
-
Packages that use RowPlacement Package Description 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 Modifier and Type Method Description static RowPlacement
RowPlacement. valueOf(java.lang.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 Constructor Description 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 Constructor Description AbstractMasterDetailListProcessor(RowPlacement rowPlacement, AbstractObjectListProcessor detailProcessor)
Creates a MasterDetailListProcessorAbstractMasterDetailProcessor(RowPlacement rowPlacement, AbstractObjectListProcessor detailProcessor)
Creates a MasterDetailProcessor
-