* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setColor_interpolation(Color_interpolation newColor_interpolation) {
Color_interpolation oldColor_interpolation = color_interpolation;
color_interpolation = newColor_interpolation == null ? COLOR_INTERPOLATION_EDEFAULT : newColor_interpolation;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, SvgPackage.SVG_FE_TURBULENCE_ELEMENT__COLOR_INTERPOLATION, oldColor_interpolation, color_interpolation));
}