Skip navigation links
oracle.wcps.conductor.scenario.syntax
Interface IIteratingStatement
- All Superinterfaces:
- ICompoundStatement, IStatement
- All Known Subinterfaces:
- IForEachStatement, IWhileStatement
-
public interface IIteratingStatement
- extends ICompoundStatement
Methods inherited from interface oracle.wcps.conductor.scenario.syntax.ICompoundStatement |
addStatement, addStatement, afterUnmarshalJson, deleteStatement, getBodyStatements, getFirstErrorMessage, getStatement, getStatementByIndex, indexOfStatement, raiseError, setBodyStatements |
Methods inherited from interface oracle.wcps.conductor.scenario.syntax.IStatement |
getComments, getContainerScenario, getErrorLevel, getErrorMessage, getId, getLabel, getNodeName, getParentStatement, getScenarioStatementIndex, getStatementIndex, raiseError, setComments, setId, setLabel |
UNLIMITED_ITERATIONS
static final int UNLIMITED_ITERATIONS
-
- See Also:
- Constant Field Values
DEFAULT_MAX_ITERATIONS
static final int DEFAULT_MAX_ITERATIONS
-
- See Also:
- Constant Field Values
getMaxIterations
java.lang.Integer getMaxIterations()
setMaxIterations
void setMaxIterations(java.lang.Integer maxIterations)
Skip navigation links
Copyright © 2009, 2014, Oracle and/or its affiliates. All rights reserved.