* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setCalledChoreographyRef(Choreography newCalledChoreographyRef) {
Choreography oldCalledChoreographyRef = calledChoreographyRef;
calledChoreographyRef = newCalledChoreographyRef;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
Bpmn2Package.CALL_CHOREOGRAPHY__CALLED_CHOREOGRAPHY_REF,
oldCalledChoreographyRef, calledChoreographyRef));