* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetName(IdentifierTok newName, NotificationChain msgs)
{
IdentifierTok oldName = name;
name = newName;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, CssDslPackage.FUNC_TOK__NAME, oldName, newName);
if (msgs == null) msgs = notification; else msgs.add(notification);