* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetNumericInfo(NumericInfoType newNumericInfo, NotificationChain msgs) {
NumericInfoType oldNumericInfo = numericInfo;
numericInfo = newNumericInfo;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.PARTITION_FIELD_STATS_TYPE__NUMERIC_INFO, oldNumericInfo, newNumericInfo);
if (msgs == null) msgs = notification; else msgs.add(notification);
}