* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPigeonholeConfig(PigeonholeConfig newPigeonholeConfig, NotificationChain msgs) {
PigeonholeConfig oldPigeonholeConfig = pigeonholeConfig;
pigeonholeConfig = newPigeonholeConfig;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, CoreconfigPackage.FIX_FLOW_CONFIG__PIGEONHOLE_CONFIG, oldPigeonholeConfig, newPigeonholeConfig);
if (msgs == null) msgs = notification; else msgs.add(notification);
}