case XwikiPackage.TRANSLATIONS: {
                Translations translations = (Translations)theEObject;
                T result = caseTranslations(translations);
                if (result == null) result = caseLinkCollection(translations);
                if (result == null) result = defaultCase(theEObject);