Package org.eclipse.bpel.model

Examples of org.eclipse.bpel.model.ExtensibleElement


        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;
View Full Code Here

TOP

Related Classes of org.eclipse.bpel.model.ExtensibleElement

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.