case XwikiPackage.HISTORY_TYPE: {
                HistoryType historyType = (HistoryType)theEObject;
                T result = caseHistoryType(historyType);
                if (result == null) result = caseLinkCollection(historyType);
                if (result == null) result = defaultCase(theEObject);