* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetDesignerOrgConfig(DesignerOrgConfig newDesignerOrgConfig, NotificationChain msgs) {
DesignerOrgConfig oldDesignerOrgConfig = designerOrgConfig;
designerOrgConfig = newDesignerOrgConfig;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, CoreconfigPackage.FIX_FLOW_CONFIG__DESIGNER_ORG_CONFIG, oldDesignerOrgConfig, newDesignerOrgConfig);
if (msgs == null) msgs = notification; else msgs.add(notification);
}