Examples of PopulationSectionAst


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

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_population_section(PopulationSectionAst newP_population_section, NotificationChain msgs) {
    PopulationSectionAst oldP_population_section = p_population_section;
    p_population_section = newP_population_section;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.MAPPING_BODY_AST__PPOPULATION_SECTION, oldP_population_section, newP_population_section);
      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.