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