* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetS(single_declaration newS, NotificationChain msgs)
{
single_declaration oldS = s;
s = newS;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, DecoraDslPackage.DECLARATION__S, oldS, newS);
if (msgs == null) msgs = notification; else msgs.add(notification);