Package org.eclipse.bpel.model

Examples of org.eclipse.bpel.model.Wait


        if (result == null) result = caseWSDLElement(throw_);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case BPELPackage.WAIT: {
        Wait wait = (Wait)theEObject;
        Object result = caseWait(wait);
        if (result == null) result = caseActivity(wait);
        if (result == null) result = caseExtensibleElement(wait);
        if (result == null) result = caseExtensibleElement_1(wait);
        if (result == null) result = caseWSDLElement(wait);
View Full Code Here

TOP

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

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.