Uses of Enum
com.univocity.parsers.common.processor.RowPlacement
Packages that use RowPlacement
Package
Description
-
Uses of RowPlacement in com.univocity.parsers.common.processor
Subclasses with type arguments of type RowPlacement in com.univocity.parsers.common.processorModifier and TypeClassDescriptionenumAn indicator of where the input a row is placed in relation to others.Methods in com.univocity.parsers.common.processor that return RowPlacementModifier and TypeMethodDescriptionstatic RowPlacementReturns 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 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