* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setCorrelationKeyRef(CorrelationKey newCorrelationKeyRef) {
CorrelationKey oldCorrelationKeyRef = correlationKeyRef;
correlationKeyRef = newCorrelationKeyRef;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
Bpmn2Package.CORRELATION_SUBSCRIPTION__CORRELATION_KEY_REF,
oldCorrelationKeyRef, correlationKeyRef));