if (result == null) result = caseWSDLElement(links);
if (result == null) result = defaultCase(theEObject);
return result;
}
case BPELPackage.CATCH_ALL: {
CatchAll catchAll = (CatchAll)theEObject;
Object result = caseCatchAll(catchAll);
if (result == null) result = caseExtensibleElement(catchAll);
if (result == null) result = caseExtensibleElement_1(catchAll);
if (result == null) result = caseWSDLElement(catchAll);
if (result == null) result = defaultCase(theEObject);