* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setNoneBehaviorEventRef(EventDefinition newNoneBehaviorEventRef) {
EventDefinition oldNoneBehaviorEventRef = noneBehaviorEventRef;
noneBehaviorEventRef = newNoneBehaviorEventRef;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
Bpmn2Package.MULTI_INSTANCE_LOOP_CHARACTERISTICS__NONE_BEHAVIOR_EVENT_REF,
oldNoneBehaviorEventRef, noneBehaviorEventRef));