* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetDerivedField(DerivedFieldType newDerivedField, NotificationChain msgs) {
DerivedFieldType oldDerivedField = derivedField;
derivedField = newDerivedField;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.NEURAL_OUTPUT_TYPE__DERIVED_FIELD, oldDerivedField, newDerivedField);
if (msgs == null) msgs = notification; else msgs.add(notification);
}