|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JCoFieldIterator
Encapsulates an iterator for the fields of a record.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void reset()
boolean hasNextField()
boolean hasPreviousField()
JCoField nextField()
NoSuchElementException
- if no previous field exist.JCoField previousField()
NoSuchElementException
- if no next exist.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |