* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetSp(simplePattern newSp, NotificationChain msgs)
{
simplePattern oldSp = sp;
sp = newSp;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, VanbPackage.SINGLE_PATTERN__SP, oldSp, newSp);
if (msgs == null) msgs = notification; else msgs.add(notification);