public interface PIControllerUntil extends PerformIterationController
The following features are supported:
COBOLPackage.getPIControllerUntil()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
ExprConditional |
getUntil()
Returns the value of the 'Until' containment reference.
|
boolean |
isTestAfter()
Returns the value of the 'Test After' attribute.
|
void |
setTestAfter(boolean value)
Sets the value of the '
Test After' attribute. |
void |
setUntil(ExprConditional value)
Sets the value of the '
Until' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
ExprConditional getUntil()
The value is the conditional expression in the UNTIL clause.
setUntil(ExprConditional),
COBOLPackage.getPIControllerUntil_Until()void setUntil(ExprConditional value)
Until' containment reference.
value - the new value of the 'Until' containment reference.getUntil()boolean isTestAfter()
The value is true if TEST AFTER is present; false if TEST BEFORE is present.
setTestAfter(boolean),
COBOLPackage.getPIControllerUntil_TestAfter()void setTestAfter(boolean value)
Test After' attribute.
value - the new value of the 'Test After' attribute.isTestAfter()