* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setFont_stretch(Font_stretch newFont_stretch) {
Font_stretch oldFont_stretch = font_stretch;
font_stretch = newFont_stretch == null ? FONT_STRETCH_EDEFAULT : newFont_stretch;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, SvgPackage.SVG_FE_TURBULENCE_ELEMENT__FONT_STRETCH, oldFont_stretch, font_stretch));
}