Package com.sap.conn.jco
Interface JCoRecordFieldIterator
- All Superinterfaces:
JCoFieldIterator
Encapsulates an iterator for the fields of a structure or table.
The order of the fields in which the iterator is processing the record fields
is the order within the record definition. In case the JCoRecord was generated
by a dynamic repository associated with an ABAP system, it's the order of the
fields in the DDIC structure.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the next field of this enumeration.Returns the previous field of this enumeration.Methods inherited from interface com.sap.conn.jco.JCoFieldIterator
hasNextField, hasPreviousField, nextField, previousField, reset
-
Method Details
-
nextRecordField
Returns the next field of this enumeration.- Returns:
- the next field of this enumeration
- Throws:
NoSuchElementException
- if no more elements exist
-
previousRecordField
Returns the previous field of this enumeration.- Returns:
- the previous field of this enumeration
- Throws:
NoSuchElementException
- if no more elements exist
-