* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetTypeConstructor(DomainTypeConstructor newTypeConstructor, NotificationChain msgs) {
DomainTypeConstructor oldTypeConstructor = typeConstructor;
typeConstructor = newTypeConstructor;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TypesPackage.DOMAIN_TYPE_DEFINITION__TYPE_CONSTRUCTOR, oldTypeConstructor, newTypeConstructor);
if (msgs == null) msgs = notification; else msgs.add(notification);
}