|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IfCondition
A representation of the model object 'If Condition'.
The following features are supported:
SimpleExpressionsPackage.getIfCondition()| Method Summary | |
|---|---|
Expression |
getCondition()
Returns the value of the 'Condition' containment reference |
boolean |
isElseif()
Returns the value of the 'Elseif' attribute |
void |
setCondition(Expression value)
Sets the value of the ' Condition' containment reference |
void |
setElseif(boolean value)
Sets the value of the ' Elseif' attribute |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
boolean isElseif()
If the meaning of the 'Elseif' attribute isn't clear, there really should be more of a description here...
setElseif(boolean),
SimpleExpressionsPackage.getIfCondition_Elseif()void setElseif(boolean value)
Elseif' attribute.
value - the new value of the 'Elseif' attribute.isElseif()Expression getCondition()
If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...
setCondition(Expression),
SimpleExpressionsPackage.getIfCondition_Condition()void setCondition(Expression value)
Condition' containment reference.
value - the new value of the 'Condition' containment reference.getCondition()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||