case AdoPackage.APPLICATIONMODELS_TYPE: {
                APPLICATIONMODELSType applicationmodelsType = (APPLICATIONMODELSType)theEObject;
                T result = caseAPPLICATIONMODELSType(applicationmodelsType);
                if (result == null) result = defaultCase(theEObject);
                return result;