case AdoPackage.INSTANCE_TYPE: {
                INSTANCEType instanceType = (INSTANCEType)theEObject;
                T result = caseINSTANCEType(instanceType);
                if (result == null) result = defaultCase(theEObject);
                return result;