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