* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetParamList(paramList newParamList, NotificationChain msgs)
{
paramList oldParamList = paramList;
paramList = newParamList;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.ACTUAL_PARAM_LIST__PARAM_LIST, oldParamList, newParamList);
if (msgs == null) msgs = notification; else msgs.add(notification);