* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetLExpr(relExpression newLExpr, NotificationChain msgs)
{
relExpression oldLExpr = lExpr;
lExpr = newLExpr;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.BOOL_EXPRESSION__LEXPR, oldLExpr, newLExpr);
if (msgs == null) msgs = notification; else msgs.add(notification);