Uses of Enum Class
com.univocity.parsers.common.processor.RowPlacement
Packages that use RowPlacement
Package
Description
-
Uses of RowPlacement in com.univocity.parsers.common.processor
Methods in com.univocity.parsers.common.processor that return RowPlacementModifier and TypeMethodDescriptionstatic RowPlacement
Returns the enum constant of this class with the specified name.static RowPlacement[]
RowPlacement.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.univocity.parsers.common.processor with parameters of type RowPlacementModifierConstructorDescriptionMasterDetailListProcessor
(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 RowPlacementModifierConstructorDescriptionAbstractMasterDetailListProcessor
(RowPlacement rowPlacement, AbstractObjectListProcessor detailProcessor) Creates a MasterDetailListProcessorAbstractMasterDetailProcessor
(RowPlacement rowPlacement, AbstractObjectListProcessor detailProcessor) Creates a MasterDetailProcessor