Package com.founder.fix.bpmn2extensions.flowconnector

Examples of com.founder.fix.bpmn2extensions.flowconnector.Widget


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setEReference0(Widget newEReference0) {
    Widget oldEReference0 = eReference0;
    eReference0 = newEReference0;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, FlowConnectorPackage.TEXT__EREFERENCE0, oldEReference0, eReference0));
  }
View Full Code Here

TOP

Related Classes of com.founder.fix.bpmn2extensions.flowconnector.Widget

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.