public interface JCoParameterFieldIterator extends JCoFieldIterator
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPreviousField()
Tests if this iterator would return another field, when invoking previousParameterField().
|
JCoParameterField |
nextParameterField()
Returns the next parameter field of the parameter list.
|
JCoParameterField |
previousParameterField()
Returns the previous parameter field of the parameter list.
|
hasNextField, nextField, previousField, resetboolean hasPreviousField()
hasPreviousField in interface JCoFieldIteratorJCoParameterField nextParameterField()
NoSuchElementException - if no next parameter field exists.JCoParameterField previousParameterField()
NoSuchElementException - if no previous parameter field exists.Copyright © 2022 SAP. All rights reserved.