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()
setParam(XExpression),
XbasePackage.getXSynchronizedExpression_Param()void setParam(XExpression value)
Param' containment reference.
value - the new value of the 'Param' containment reference.getParam()XExpression getExpression()
setExpression(XExpression),
XbasePackage.getXSynchronizedExpression_Expression()void setExpression(XExpression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()