* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetBlock(statementBlock newBlock, NotificationChain msgs)
{
statementBlock oldBlock = block;
block = newBlock;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.METHOD__BLOCK, oldBlock, newBlock);
if (msgs == null) msgs = notification; else msgs.add(notification);