* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetSimpleSetPredicate(SimpleSetPredicateType newSimpleSetPredicate, NotificationChain msgs) {
SimpleSetPredicateType oldSimpleSetPredicate = simpleSetPredicate;
simpleSetPredicate = newSimpleSetPredicate;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.COMPOUND_RULE_TYPE__SIMPLE_SET_PREDICATE, oldSimpleSetPredicate, newSimpleSetPredicate);
if (msgs == null) msgs = notification; else msgs.add(notification);
}