* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetArray(ArrayType newArray, NotificationChain msgs) {
ArrayType oldArray = array;
array = newArray;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.SEASONALITY_EXPO_SMOOTH_TYPE__ARRAY, oldArray, newArray);
if (msgs == null) msgs = notification; else msgs.add(notification);
}