* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetStartCounterValue(Expression newStartCounterValue, NotificationChain msgs) {
Expression oldStartCounterValue = startCounterValue;
startCounterValue = newStartCounterValue;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, BPELPackage.FOR_EACH__START_COUNTER_VALUE, oldStartCounterValue, newStartCounterValue);
if (msgs == null) msgs = notification; else msgs.add(notification);
}