* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setColor_rendering(Color_rendering newColor_rendering) {
Color_rendering oldColor_rendering = color_rendering;
color_rendering = newColor_rendering == null ? COLOR_RENDERING_EDEFAULT : newColor_rendering;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, SvgPackage.SVG_FE_SPECULAR_LIGHTING_ELEMENT__COLOR_RENDERING, oldColor_rendering, color_rendering));
}