* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetT(fully_specified_type newT, NotificationChain msgs)
{
fully_specified_type oldT = t;
t = newT;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, DecoraDslPackage.SINGLE_DECLARATION__T, oldT, newT);
if (msgs == null) msgs = notification; else msgs.add(notification);