public interface XSynchronizedExpression extends XExpression
XbasePackage.getXSynchronizedExpression()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
XExpression |
getExpression()
Returns the value of the 'Expression' containment reference
|
XExpression |
getParam()
Returns the value of the 'Param' containment reference
|
void |
setExpression(XExpression value)
Sets the value of the '
Expression' containment reference |
void |
setParam(XExpression value)
Sets the value of the '
Param' containment reference |
XExpression getParam()
If the meaning of the 'Param' containment reference isn't clear, there really should be more of a description here...
setParam(XExpression),
XbasePackage.getXSynchronizedExpression_Param()void setParam(XExpression value)
Param' containment reference.
value - the new value of the 'Param' containment reference.getParam()XExpression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(XExpression),
XbasePackage.getXSynchronizedExpression_Expression()void setExpression(XExpression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()