* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetCompoundPredicate(CompoundPredicateType newCompoundPredicate, NotificationChain msgs) {
CompoundPredicateType oldCompoundPredicate = compoundPredicate;
compoundPredicate = newCompoundPredicate;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.COMPOUND_RULE_TYPE__COMPOUND_PREDICATE, oldCompoundPredicate, newCompoundPredicate);
if (msgs == null) msgs = notification; else msgs.add(notification);
}