* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetFs(field_selection newFs, NotificationChain msgs)
{
field_selection oldFs = fs;
fs = newFs;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, DecoraDslPackage.EXPR__FS, oldFs, newFs);
if (msgs == null) msgs = notification; else msgs.add(notification);