public interface DoSpecification extends PLINode
The following features are supported:
PLIPackage.getDoSpecification()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
LoopCondition |
getLoopCondition()
Returns the value of the 'Loop Condition' containment reference.
|
RepetitionCondition |
getRepetitionCondition()
Returns the value of the 'Repetition Condition' containment reference.
|
void |
setExpression(Expression value)
Sets the value of the '
Expression' containment reference. |
void |
setLoopCondition(LoopCondition value)
Sets the value of the '
Loop Condition' containment reference. |
void |
setRepetitionCondition(RepetitionCondition value)
Sets the value of the '
Repetition Condition' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Expression getExpression()
setExpression(Expression),
PLIPackage.getDoSpecification_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()RepetitionCondition getRepetitionCondition()
setRepetitionCondition(RepetitionCondition),
PLIPackage.getDoSpecification_RepetitionCondition()void setRepetitionCondition(RepetitionCondition value)
Repetition Condition' containment reference.
value - the new value of the 'Repetition Condition' containment reference.getRepetitionCondition()LoopCondition getLoopCondition()
setLoopCondition(LoopCondition),
PLIPackage.getDoSpecification_LoopCondition()void setLoopCondition(LoopCondition value)
Loop Condition' containment reference.
value - the new value of the 'Loop Condition' containment reference.getLoopCondition()