case XwikiPackage.TRANSLATION: {
                Translation translation = (Translation)theEObject;
                T result = caseTranslation(translation);
                if (result == null) result = caseLinkCollection(translation);
                if (result == null) result = defaultCase(theEObject);