* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetDomainType(DomainTypeReference newDomainType, NotificationChain msgs) {
DomainTypeReference oldDomainType = domainType;
domainType = newDomainType;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ParametersPackage.PROCESSING_ELEMENT_PARAMETER__DOMAIN_TYPE, oldDomainType, newDomainType);
if (msgs == null) msgs = notification; else msgs.add(notification);
}