* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetInputParameter(Parameter newInputParameter, NotificationChain msgs)
{
Parameter oldInputParameter = inputParameter;
inputParameter = newInputParameter;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ApplauseDslPackage.SCREEN__INPUT_PARAMETER, oldInputParameter, newInputParameter);
if (msgs == null) msgs = notification; else msgs.add(notification);