* <!-- end-user-doc -->
*
* @generated
*/
public NotificationChain basicSetArguments(DefinitionArgumentList newArguments, NotificationChain msgs) {
DefinitionArgumentList oldArguments = arguments;
arguments = newArguments;
if(eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(
this, Notification.SET, PPPackage.DEFINITION__ARGUMENTS, oldArguments, newArguments);
if(msgs == null)