* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetTypeDefinition(DomainTypeDefinition newTypeDefinition, NotificationChain msgs) {
DomainTypeDefinition oldTypeDefinition = typeDefinition;
typeDefinition = newTypeDefinition;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, StatementsPackage.DOMAIN_TYPE_DEFINITION_STATEMENT__TYPE_DEFINITION, oldTypeDefinition, newTypeDefinition);
if (msgs == null) msgs = notification; else msgs.add(notification);
}