* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetElseStatement(Statement newElseStatement, NotificationChain msgs) {
Statement oldElseStatement = elseStatement;
elseStatement = newElseStatement;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, StatementsPackage.CONDITION__ELSE_STATEMENT, oldElseStatement, newElseStatement);
if (msgs == null) msgs = notification; else msgs.add(notification);
}