case AdoPackage.IREF_TYPE: {
                IREFType irefType = (IREFType)theEObject;
                T result = caseIREFType(irefType);
                if (result == null) result = defaultCase(theEObject);
                return result;