* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetRangeFeatureValues(RangeFeatureValuesXML newRangeFeatureValues, NotificationChain msgs)
{
RangeFeatureValuesXML oldRangeFeatureValues = rangeFeatureValues;
rangeFeatureValues = newRangeFeatureValues;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ConfigPackage.SINGLE_FEATURE_MATCHER_XML__RANGE_FEATURE_VALUES, oldRangeFeatureValues, newRangeFeatureValues);
if (msgs == null) msgs = notification; else msgs.add(notification);