* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetI(iteration_statement newI, NotificationChain msgs)
{
iteration_statement oldI = i;
i = newI;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, DecoraDslPackage.SIMPLE_STATEMENT__I, oldI, newI);
if (msgs == null) msgs = notification; else msgs.add(notification);