* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetOutput(OutputType newOutput, NotificationChain msgs) {
OutputType oldOutput = output;
output = newOutput;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.GENERAL_REGRESSION_MODEL_TYPE__OUTPUT, oldOutput, newOutput);
if (msgs == null) msgs = notification; else msgs.add(notification);
}