* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetState(Mrk newState, NotificationChain msgs)
{
Mrk oldState = state;
state = newState;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, KappaPackage.SITE__STATE, oldState, newState);
if (msgs == null) msgs = notification; else msgs.add(notification);