* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetCharset(charset newCharset, NotificationChain msgs)
{
charset oldCharset = charset;
charset = newCharset;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, CssDslPackage.STYLESHEET__CHARSET, oldCharset, newCharset);
if (msgs == null) msgs = notification; else msgs.add(notification);