Package org.eclipse.bpel.model

Examples of org.eclipse.bpel.model.Extensions


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetExtensions(Extensions newExtensions, NotificationChain msgs) {
    Extensions oldExtensions = extensions;
    extensions = newExtensions;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, BPELPackage.PROCESS__EXTENSIONS, oldExtensions, newExtensions);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here


        if (result == null) result = caseWSDLElement(serviceRef);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case BPELPackage.EXTENSIONS: {
        Extensions extensions = (Extensions)theEObject;
        Object result = caseExtensions(extensions);
        if (result == null) result = caseExtensibleElement(extensions);
        if (result == null) result = caseExtensibleElement_1(extensions);
        if (result == null) result = caseWSDLElement(extensions);
        if (result == null) result = defaultCase(theEObject);
View Full Code Here

TOP

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

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.