* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetRestMethod(RESTMethodCall newRestMethod, NotificationChain msgs)
{
RESTMethodCall oldRestMethod = restMethod;
restMethod = newRestMethod;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ApplauseDslPackage.SCREEN_LIST_ITEM_CELL__REST_METHOD, oldRestMethod, newRestMethod);
if (msgs == null) msgs = notification; else msgs.add(notification);