public interface CompositeCondition extends Condition
The following features are supported:
XtextPackage.getCompositeCondition()| Modifier and Type | Method and Description |
|---|---|
Condition |
getLeft()
Returns the value of the 'Left' containment reference
|
Condition |
getRight()
Returns the value of the 'Right' containment reference
|
void |
setLeft(Condition value)
Sets the value of the '
Left' containment reference |
void |
setRight(Condition value)
Sets the value of the '
Right' containment reference |
Condition getLeft()
If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...
setLeft(Condition),
XtextPackage.getCompositeCondition_Left()void setLeft(Condition value)
Left' containment reference.
value - the new value of the 'Left' containment reference.getLeft()Condition getRight()
If the meaning of the 'Right' containment reference isn't clear, there really should be more of a description here...
setRight(Condition),
XtextPackage.getCompositeCondition_Right()void setRight(Condition value)
Right' containment reference.
value - the new value of the 'Right' containment reference.getRight()Copyright © 2015. All Rights Reserved.