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