* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetTarget(LinkEventDefinition newTarget, NotificationChain msgs) {
LinkEventDefinition oldTarget = target;
target = newTarget;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET,
Bpmn2Package.LINK_EVENT_DEFINITION__TARGET, oldTarget, newTarget);
if (msgs == null)