* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetObjectPathFeatureValues(ObjectPathFeatureValuesXML newObjectPathFeatureValues, NotificationChain msgs)
{
ObjectPathFeatureValuesXML oldObjectPathFeatureValues = objectPathFeatureValues;
objectPathFeatureValues = newObjectPathFeatureValues;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ConfigPackage.SINGLE_FEATURE_MATCHER_XML__OBJECT_PATH_FEATURE_VALUES, oldObjectPathFeatureValues, newObjectPathFeatureValues);
if (msgs == null) msgs = notification; else msgs.add(notification);