|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JCoParameterFieldIterator
Encapsulates an iterator for the fields of a parameter list
Method Summary | |
---|---|
boolean |
hasPreviousField()
Tests if this enumeration contains more fields. |
JCoParameterField |
nextParameterField()
Returns the next field of this enumeration. |
JCoParameterField |
previousParameterField()
Returns the previous field of this enumeration. |
Methods inherited from interface com.sap.conn.jco.JCoFieldIterator |
---|
hasNextField, nextField, previousField, reset |
Method Detail |
---|
boolean hasPreviousField()
JCoFieldIterator
hasPreviousField
in interface JCoFieldIterator
JCoParameterField nextParameterField()
NoSuchElementException
- if no more elements exist.JCoParameterField previousParameterField()
NoSuchElementException
- if no more elements exist.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |