* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetFName(funcName newFName, NotificationChain msgs)
{
funcName oldFName = fName;
fName = newFName;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.POSTFIX_EXPRESSION_TAIL__FNAME, oldFName, newFName);
if (msgs == null) msgs = notification; else msgs.add(notification);