* <!-- end-user-doc -->
* @generated
*/
public void setVariable(ReferrableElement newVariable)
{
ReferrableElement oldVariable = variable;
variable = newVariable;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ApplauseDslPackage.UI_ACTION_NAVIGATE_ACTION__VARIABLE, oldVariable, variable));
}