* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setLoopDataOutputRef(ItemAwareElement newLoopDataOutputRef) {
ItemAwareElement oldLoopDataOutputRef = loopDataOutputRef;
loopDataOutputRef = newLoopDataOutputRef;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
Bpmn2Package.MULTI_INSTANCE_LOOP_CHARACTERISTICS__LOOP_DATA_OUTPUT_REF,
oldLoopDataOutputRef, loopDataOutputRef));