* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetFactorList(FactorListType newFactorList, NotificationChain msgs) {
FactorListType oldFactorList = factorList;
factorList = newFactorList;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.GENERAL_REGRESSION_MODEL_TYPE__FACTOR_LIST, oldFactorList, newFactorList);
if (msgs == null) msgs = notification; else msgs.add(notification);
}