case XwikiPackage.ATTACHMENTS_TYPE: {
                AttachmentsType attachmentsType = (AttachmentsType)theEObject;
                T result = caseAttachmentsType(attachmentsType);
                if (result == null) result = caseLinkCollection(attachmentsType);
                if (result == null) result = defaultCase(theEObject);