* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetSmooth_curveto_argument_sequence(smooth_curveto_argument_sequence newSmooth_curveto_argument_sequence, NotificationChain msgs)
{
smooth_curveto_argument_sequence oldSmooth_curveto_argument_sequence = smooth_curveto_argument_sequence;
smooth_curveto_argument_sequence = newSmooth_curveto_argument_sequence;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, SvgPathPackage.SMOOTH_CURVETO__SMOOTH_CURVETO_ARGUMENT_SEQUENCE, oldSmooth_curveto_argument_sequence, newSmooth_curveto_argument_sequence);
if (msgs == null) msgs = notification; else msgs.add(notification);