public interface PIControllerVarying extends PerformIterationController
The following features are supported:
COBOLPackage.getPIControllerVarying()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getVaryingClauses()
Returns the value of the 'Varying Clauses' containment reference list.
|
boolean |
isTestAfter()
Returns the value of the 'Test After' attribute.
|
void |
setTestAfter(boolean value)
Sets the value of the '
Test After' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getVaryingClauses()
PIControllerVaryingClause.
COBOLPackage.getPIControllerVarying_VaryingClauses()boolean isTestAfter()
The value is true if the TEST AFTER clause is present; false otherwise.
setTestAfter(boolean),
COBOLPackage.getPIControllerVarying_TestAfter()void setTestAfter(boolean value)
Test After' attribute.
value - the new value of the 'Test After' attribute.isTestAfter()