* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetDataBaseConfig(DataBaseConfig newDataBaseConfig, NotificationChain msgs) {
DataBaseConfig oldDataBaseConfig = dataBaseConfig;
dataBaseConfig = newDataBaseConfig;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, CoreconfigPackage.FIX_FLOW_CONFIG__DATA_BASE_CONFIG, oldDataBaseConfig, newDataBaseConfig);
if (msgs == null) msgs = notification; else msgs.add(notification);
}