* <!-- end-user-doc -->
*
* @generated
*/
public void setEReference0(IDocumented newEReference0) {
IDocumented oldEReference0 = eReference0;
eReference0 = newEReference0;
if(eNotificationRequired())
eNotify(new ENotificationImpl(
this, Notification.SET, PPTPPackage.ABSTRACT_TYPE__EREFERENCE0, oldEReference0, eReference0));
}