public interface For extends Iteration
The following features are supported:
StPackage.getFor()| Modifier and Type | Method and Description |
|---|---|
Assignment |
getHasControlVariableAssignment()
Returns the value of the 'Has Control Variable Assignment' reference.
|
Expression |
getHasStepExpression()
Returns the value of the 'Has Step Expression' reference.
|
Expression |
getHasToExpression()
Returns the value of the 'Has To Expression' reference.
|
void |
setHasControlVariableAssignment(Assignment value)
Sets the value of the '
Has Control Variable Assignment' reference. |
void |
setHasStepExpression(Expression value)
Sets the value of the '
Has Step Expression' reference. |
void |
setHasToExpression(Expression value)
Sets the value of the '
Has To Expression' reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverExpression getHasToExpression()
If the meaning of the 'Has To Expression' reference isn't clear, there really should be more of a description here...
setHasToExpression(Expression),
StPackage.getFor_HasToExpression()void setHasToExpression(Expression value)
Has To Expression' reference.
value - the new value of the 'Has To Expression' reference.getHasToExpression()Expression getHasStepExpression()
If the meaning of the 'Has Step Expression' reference isn't clear, there really should be more of a description here...
setHasStepExpression(Expression),
StPackage.getFor_HasStepExpression()void setHasStepExpression(Expression value)
Has Step Expression' reference.
value - the new value of the 'Has Step Expression' reference.getHasStepExpression()Assignment getHasControlVariableAssignment()
If the meaning of the 'Has Control Variable Assignment' reference isn't clear, there really should be more of a description here...
setHasControlVariableAssignment(Assignment),
StPackage.getFor_HasControlVariableAssignment()void setHasControlVariableAssignment(Assignment value)
Has Control Variable Assignment' reference.
value - the new value of the 'Has Control Variable Assignment' reference.getHasControlVariableAssignment()