* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetVarDef(TVardefVar newVarDef, NotificationChain msgs) {
TVardefVar oldVarDef = varDef;
varDef = newVarDef;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, Subset0267Package.TDEFINITIONS__VAR_DEF, oldVarDef, newVarDef);
if (msgs == null) msgs = notification; else msgs.add(notification);
}