Examples of HelperInfoAst


Examples of fr.tm.elibel.smartqvt.qvtast.HelperInfoAst

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_helper_info(HelperInfoAst newP_helper_info, NotificationChain msgs) {
    HelperInfoAst oldP_helper_info = p_helper_info;
    p_helper_info = newP_helper_info;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.HELPER_HEADER_AST__PHELPER_INFO, oldP_helper_info, newP_helper_info);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
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.