* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetBitsetFeatureValues(BitsetFeatureValuesXML newBitsetFeatureValues, NotificationChain msgs)
{
BitsetFeatureValuesXML oldBitsetFeatureValues = bitsetFeatureValues;
bitsetFeatureValues = newBitsetFeatureValues;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ConfigPackage.SINGLE_FEATURE_MATCHER_XML__BITSET_FEATURE_VALUES, oldBitsetFeatureValues, newBitsetFeatureValues);
if (msgs == null) msgs = notification; else msgs.add(notification);