* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetSupported(LanguagesType newSupported, NotificationChain msgs) {
LanguagesType oldSupported = supported;
supported = newSupported;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, Wps10Package.LANGUAGES_TYPE1__SUPPORTED, oldSupported, newSupported);
if (msgs == null) msgs = notification; else msgs.add(notification);
}