|
||||||||||
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 enumeration contains more fields. |
boolean |
hasPreviousField()
Tests if this enumeration contains more fields. |
JCoField |
nextField()
Returns the next field of this enumeration. |
JCoField |
previousField()
Returns the previous field of this enumeration. |
void |
reset()
Resets the iterator |
Method Detail |
---|
void reset()
boolean hasNextField()
boolean hasPreviousField()
JCoField nextField()
NoSuchElementException
- if no more elements exist.JCoField previousField()
NoSuchElementException
- if no more elements exist.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |