* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setText_anchor(Text_anchor newText_anchor) {
Text_anchor oldText_anchor = text_anchor;
text_anchor = newText_anchor == null ? TEXT_ANCHOR_EDEFAULT : newText_anchor;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, SvgPackage.SVG_FE_DIFFUSE_LIGHTING_ELEMENT__TEXT_ANCHOR, oldText_anchor, text_anchor));
}