* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetStatic(Static newStatic, NotificationChain msgs) {
Static oldStatic = static_;
static_ = newStatic;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ImportsPackage.STATIC_IMPORT__STATIC, oldStatic, newStatic);
if (msgs == null) msgs = notification; else msgs.add(notification);
}