Package | Description |
---|---|
com.univocity.parsers.common.processor | |
com.univocity.parsers.common.processor.core |
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.
|
Constructor | Description |
---|---|
MasterDetailListProcessor(RowPlacement rowPlacement,
AbstractObjectListProcessor detailProcessor) |
|
MasterDetailProcessor(RowPlacement rowPlacement,
ObjectRowListProcessor detailProcessor) |
Creates a MasterDetailProcessor
|
Constructor | Description |
---|---|
AbstractMasterDetailListProcessor(RowPlacement rowPlacement,
AbstractObjectListProcessor detailProcessor) |
Creates a MasterDetailListProcessor
|
AbstractMasterDetailProcessor(RowPlacement rowPlacement,
AbstractObjectListProcessor detailProcessor) |
Creates a MasterDetailProcessor
|