if (result == null) result = caseIExtensibilityElement(branches);
if (result == null) result = defaultCase(theEObject);
return result;
}
case BPELPackage.EXTENSIBLE_ELEMENT: {
ExtensibleElement extensibleElement = (ExtensibleElement)theEObject;
Object result = caseExtensibleElement(extensibleElement);
if (result == null) result = caseExtensibleElement_1(extensibleElement);
if (result == null) result = caseWSDLElement(extensibleElement);
if (result == null) result = defaultCase(theEObject);
return result;