* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetWhileCondition(boolExpression newWhileCondition, NotificationChain msgs)
{
boolExpression oldWhileCondition = whileCondition;
whileCondition = newWhileCondition;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.WHILE_STATEMENT__WHILE_CONDITION, oldWhileCondition, newWhileCondition);
if (msgs == null) msgs = notification; else msgs.add(notification);