Package org.eclipse.bpel.model

Examples of org.eclipse.bpel.model.BPELPackage


    return theBPELPackage;
  }

  public static BPELPackage init() {
    BPELPackage thePackage = initGen();
   
    //TODO: handle the following test differently
    if (!CorrelationPattern.OUTIN_LITERAL.getName().equals("out-in")) { //$NON-NLS-1$
      System.err.println("BPELPackageImpl: CorrelationPattern has invalid value. Fix CorrelationPattern.OUTIN_LITERAL."); //$NON-NLS-1$
    }
View Full Code Here

TOP

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

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.