* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetParameter(OrdinaryParameter newParameter, NotificationChain msgs) {
OrdinaryParameter oldParameter = parameter;
parameter = newParameter;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, StatementsPackage.CATCH_BLOCK__PARAMETER, oldParameter, newParameter);
if (msgs == null) msgs = notification; else msgs.add(notification);
}