|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JCoRecordFieldIterator
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 | |
---|---|
JCoRecordField |
nextRecordField()
Returns the next field of this enumeration. |
JCoRecordField |
previousRecordField()
Returns the previous field of this enumeration. |
Methods inherited from interface com.sap.conn.jco.JCoFieldIterator |
---|
hasNextField, hasPreviousField, nextField, previousField, reset |
Method Detail |
---|
JCoRecordField nextRecordField()
NoSuchElementException
- if no more elements exist.JCoRecordField previousRecordField()
NoSuchElementException
- if no more elements exist.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |