* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPatt(multilinePattern newPatt, NotificationChain msgs)
{
multilinePattern oldPatt = patt;
patt = newPatt;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, VanbPackage.SINGLE_PATTERN__PATT, oldPatt, newPatt);
if (msgs == null) msgs = notification; else msgs.add(notification);