* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetCounts(CountsType newCounts, NotificationChain msgs) {
CountsType oldCounts = counts;
counts = newCounts;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.PARTITION_FIELD_STATS_TYPE__COUNTS, oldCounts, newCounts);
if (msgs == null) msgs = notification; else msgs.add(notification);
}