* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetConcentrationTest(Concentration newConcentrationTest, NotificationChain msgs)
{
Concentration oldConcentrationTest = concentrationTest;
concentrationTest = newConcentrationTest;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, KappaPackage.MODIFICATION__CONCENTRATION_TEST, oldConcentrationTest, newConcentrationTest);
if (msgs == null) msgs = notification; else msgs.add(notification);