public interface Iteration
Modifier and Type | Method and Description |
---|---|
int |
getIterationIndex(ParsingContext context)
Returns the index of the current iteration relative to its parent.
|
int |
getIterationSize()
Returns the size of the components that make up a single iteration.
|
boolean |
isDynamicIteration()
Returns whether the iteration size is variable based on another field
in the record.
|
int getIterationIndex(ParsingContext context)
int getIterationSize()
boolean isDynamicIteration()