* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetCompletionCondition(Expression newCompletionCondition,
NotificationChain msgs) {
Expression oldCompletionCondition = completionCondition;
completionCondition = newCompletionCondition;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET,
Bpmn2Package.MULTI_INSTANCE_LOOP_CHARACTERISTICS__COMPLETION_CONDITION,
oldCompletionCondition, newCompletionCondition);