* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetP(function_prototype newP, NotificationChain msgs)
{
function_prototype oldP = p;
p = newP;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, DecoraDslPackage.FUNCTION_DEFINITION__P, oldP, newP);
if (msgs == null) msgs = notification; else msgs.add(notification);