* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetLiftData(LiftDataType newLiftData, NotificationChain msgs) {
LiftDataType oldLiftData = liftData;
liftData = newLiftData;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.PREDICTIVE_MODEL_QUALITY_TYPE__LIFT_DATA, oldLiftData, newLiftData);
if (msgs == null) msgs = notification; else msgs.add(notification);
}