* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetE(initializer newE, NotificationChain msgs)
{
initializer oldE = e;
e = newE;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, DecoraDslPackage.DECLARATION_IDENTIFIER_AND_INIT__E, oldE, newE);
if (msgs == null) msgs = notification; else msgs.add(notification);