* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetHead(caseStatement newHead, NotificationChain msgs)
{
caseStatement oldHead = head;
head = newHead;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.CASE_LIST_STM__HEAD, oldHead, newHead);
if (msgs == null) msgs = notification; else msgs.add(notification);