* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetTargetAnnotationMatcher(PartialObjectMatcherXML newTargetAnnotationMatcher, NotificationChain msgs)
{
PartialObjectMatcherXML oldTargetAnnotationMatcher = targetAnnotationMatcher;
targetAnnotationMatcher = newTargetAnnotationMatcher;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ConfigPackage.TARGET_ANNOTATION_XML__TARGET_ANNOTATION_MATCHER, oldTargetAnnotationMatcher, newTargetAnnotationMatcher);
if (msgs == null) msgs = notification; else msgs.add(notification);