* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setStroke_linecap(Stroke_linecap newStroke_linecap) {
Stroke_linecap oldStroke_linecap = stroke_linecap;
stroke_linecap = newStroke_linecap == null ? STROKE_LINECAP_EDEFAULT : newStroke_linecap;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, SvgPackage.SVG_RADIAL_GRADIENT_ELEMENT__STROKE_LINECAP, oldStroke_linecap, stroke_linecap));
}