* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetAe(constant_expression newAe, NotificationChain msgs)
{
constant_expression oldAe = ae;
ae = newAe;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, DecoraDslPackage.DECLARATION_IDENTIFIER_AND_INIT__AE, oldAe, newAe);
if (msgs == null) msgs = notification; else msgs.add(notification);