Examples of EObjectResolvingEList


Examples of org.eclipse.emf.ecore.util.EObjectResolvingEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getFromPart() {
    if (fromPart == null) {
      fromPart = new EObjectResolvingEList(FromPart.class, this, BPELPackage.ON_MESSAGE__FROM_PART);
    }
    return fromPart;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectResolvingEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getChildren() {
    if (children == null) {
      children = new EObjectResolvingEList(MessageExchange.class, this, BPELPackage.MESSAGE_EXCHANGES__CHILDREN);
    }
    return children;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectResolvingEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getVariables() {
    if (variables == null) {
      variables = new EObjectResolvingEList(Variable.class, this, BPELPackage.VALIDATE__VARIABLES);
    }
    return variables;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectResolvingEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getProperties() {
    if (properties == null) {
      properties = new EObjectResolvingEList(Property.class, this, BPELPackage.CORRELATION_SET__PROPERTIES);
    }
    return properties;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectResolvingEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getToPart() {
    if (toPart == null) {
      toPart = new EObjectResolvingEList(ToPart.class, this, BPELPackage.INVOKE__TO_PART);
    }
    return toPart;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectResolvingEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getFromPart() {
    if (fromPart == null) {
      fromPart = new EObjectResolvingEList(FromPart.class, this, BPELPackage.INVOKE__FROM_PART);
    }
    return fromPart;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectResolvingEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getFrom() {
    if (from == null) {
      from = new EObjectResolvingEList(EObject.class, this, TracePackage.TRACE__FROM);
    }
    return from;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectResolvingEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getTo() {
    if (to == null) {
      to = new EObjectResolvingEList(EObject.class, this, TracePackage.TRACE__TO);
    }
    return to;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectResolvingEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getFromPart() {
    if (fromPart == null) {
      fromPart = new EObjectResolvingEList(FromPart.class, this, BPELPackage.RECEIVE__FROM_PART);
    }
    return fromPart;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EObjectResolvingEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getToPart() {
    if (toPart == null) {
      toPart = new EObjectResolvingEList(ToPart.class, this, BPELPackage.REPLY__TO_PART);
    }
    return toPart;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.