public interface JCoFieldIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNextField()
Tests if this iterator would return another field, when invoking nextField().
|
boolean |
hasPreviousField()
Tests if this iterator would return another field, when invoking previousField().
|
JCoField |
nextField()
Returns the next field of the record.
|
JCoField |
previousField()
Returns the previous field of the record.
|
void |
reset()
Resets the iterator.
|
void reset()
boolean hasNextField()
boolean hasPreviousField()
JCoField nextField()
NoSuchElementException
- if no previous field exist.JCoField previousField()
NoSuchElementException
- if no next exist.Copyright © 2017 SAP. All Rights Reserved.