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