use of org.applause.lang.applauseDsl.ScreenSectionItems in project applause by applause.
the class ScreenSectionImpl method basicSetItems.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetItems(ScreenSectionItems newItems, NotificationChain msgs) {
ScreenSectionItems oldItems = items;
items = newItems;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ApplauseDslPackage.SCREEN_SECTION__ITEMS, oldItems, newItems);
if (msgs == null)
msgs = notification;
else
msgs.add(notification);
}
return msgs;
}
Aggregations