* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setTarget(ReferenceableElement newTarget) {
ReferenceableElement oldTarget = target;
target = newTarget;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ReferencesPackage.ELEMENT_REFERENCE__TARGET, oldTarget, target));
}