* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setInitiatingParticipantRef(Participant newInitiatingParticipantRef) {
Participant oldInitiatingParticipantRef = initiatingParticipantRef;
initiatingParticipantRef = newInitiatingParticipantRef;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
Bpmn2Package.GLOBAL_CHOREOGRAPHY_TASK__INITIATING_PARTICIPANT_REF,
oldInitiatingParticipantRef, initiatingParticipantRef));