* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetClStm(caseListStm newClStm, NotificationChain msgs)
{
caseListStm oldClStm = clStm;
clStm = newClStm;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.EXPRESSION__CL_STM, oldClStm, newClStm);
if (msgs == null) msgs = notification; else msgs.add(notification);