case XwikiPackage.TAG: {
                Tag tag = (Tag)theEObject;
                T result = caseTag(tag);
                if (result == null) result = caseLinkCollection(tag);
                if (result == null) result = defaultCase(theEObject);