public interface JCoRecordFieldIterator extends JCoFieldIterator
Modifier and Type | Method and Description |
---|---|
JCoRecordField |
nextRecordField()
Returns the next field of this enumeration.
|
JCoRecordField |
previousRecordField()
Returns the previous field of this enumeration.
|
hasNextField, hasPreviousField, nextField, previousField, reset
JCoRecordField nextRecordField()
NoSuchElementException
- if no more elements exist.JCoRecordField previousRecordField()
NoSuchElementException
- if no more elements exist.Copyright © 2016 SAP. All Rights Reserved.