* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetD(declaration_statement newD, NotificationChain msgs)
{
declaration_statement oldD = d;
d = newD;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, DecoraDslPackage.FOR_INIT_STATEMENT__D, oldD, newD);
if (msgs == null) msgs = notification; else msgs.add(notification);