* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetStmList(statementList newStmList, NotificationChain msgs)
{
statementList oldStmList = stmList;
stmList = newStmList;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.CASE_STATEMENT__STM_LIST, oldStmList, newStmList);
if (msgs == null) msgs = notification; else msgs.add(notification);