* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetValue(ValueCalc newValue, NotificationChain msgs)
{
ValueCalc oldValue = value;
value = newValue;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, KappaPackage.ASSIGNMENT__VALUE, oldValue, newValue);
if (msgs == null) msgs = notification; else msgs.add(notification);