* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetP_resolve_in_kind(ResolveInKindAst newP_resolve_in_kind, NotificationChain msgs) {
ResolveInKindAst oldP_resolve_in_kind = p_resolve_in_kind;
p_resolve_in_kind = newP_resolve_in_kind;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.RESOLVE_IN_KEY_AST__PRESOLVE_IN_KIND, oldP_resolve_in_kind, newP_resolve_in_kind);
if (msgs == null) msgs = notification; else msgs.add(notification);
}