* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setSource(OutputReference newSource) {
OutputReference oldSource = source;
source = newSource;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, StatementsPackage.CONNECTION_STATEMENT__SOURCE, oldSource, source));
}