* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetEnumFeatureValues(EnumFeatureValuesXML newEnumFeatureValues, NotificationChain msgs)
{
EnumFeatureValuesXML oldEnumFeatureValues = enumFeatureValues;
enumFeatureValues = newEnumFeatureValues;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ConfigPackage.SINGLE_FEATURE_MATCHER_XML__ENUM_FEATURE_VALUES, oldEnumFeatureValues, newEnumFeatureValues);
if (msgs == null) msgs = notification; else msgs.add(notification);