* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetParams(formalParamList newParams, NotificationChain msgs)
{
formalParamList oldParams = params;
params = newParams;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.IFUNCTION_DEFINITION__PARAMS, oldParams, newParams);
if (msgs == null) msgs = notification; else msgs.add(notification);