public void setTO(TOType newTO) {
        if (newTO != tO) {
            NotificationChain msgs = null;
            if (tO != null)
                msgs = ((InternalEObject)tO).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - AdoPackage.CONNECTOR_TYPE__TO, null, msgs);