* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setSetGenerator(SetGenerator newSetGenerator) {
SetGenerator oldSetGenerator = setGenerator;
setGenerator = newSetGenerator;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConstraintsPackage.CONTAINS_TAG_CONSTRAINT__SET_GENERATOR, oldSetGenerator, setGenerator));
}