public interface If extends Statement
The following features are supported:
StPackage.getIf()
Modifier and Type | Method and Description |
---|---|
StatementList |
getHasElse()
Returns the value of the 'Has Else' reference.
|
If |
getHasElseIf()
Returns the value of the 'Has Else If' reference.
|
Expression |
getHasIfCondition()
Returns the value of the 'Has If Condition' reference.
|
StatementList |
getHasThen()
Returns the value of the 'Has Then' reference.
|
void |
setHasElse(StatementList value)
Sets the value of the '
Has Else ' reference. |
void |
setHasElseIf(If value)
Sets the value of the '
Has Else If ' reference. |
void |
setHasIfCondition(Expression value)
Sets the value of the '
Has If Condition ' reference. |
void |
setHasThen(StatementList value)
Sets the value of the '
Has Then ' reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
Expression getHasIfCondition()
If the meaning of the 'Has If Condition' reference isn't clear, there really should be more of a description here...
setHasIfCondition(Expression)
,
StPackage.getIf_HasIfCondition()
void setHasIfCondition(Expression value)
Has If Condition
' reference.
value
- the new value of the 'Has If Condition' reference.getHasIfCondition()
If getHasElseIf()
If the meaning of the 'Has Else If' reference isn't clear, there really should be more of a description here...
setHasElseIf(If)
,
StPackage.getIf_HasElseIf()
void setHasElseIf(If value)
Has Else If
' reference.
value
- the new value of the 'Has Else If' reference.getHasElseIf()
StatementList getHasElse()
If the meaning of the 'Has Else' reference isn't clear, there really should be more of a description here...
setHasElse(StatementList)
,
StPackage.getIf_HasElse()
void setHasElse(StatementList value)
Has Else
' reference.
value
- the new value of the 'Has Else' reference.getHasElse()
StatementList getHasThen()
If the meaning of the 'Has Then' reference isn't clear, there really should be more of a description here...
setHasThen(StatementList)
,
StPackage.getIf_HasThen()
void setHasThen(StatementList value)
Has Then
' reference.
value
- the new value of the 'Has Then' reference.getHasThen()