* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetUnit(translation_unit newUnit, NotificationChain msgs)
{
translation_unit oldUnit = unit;
unit = newUnit;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, DecoraDslPackage.MODEL__UNIT, oldUnit, newUnit);
if (msgs == null) msgs = notification; else msgs.add(notification);