Package fr.tm.elibel.smartqvt.qvtast

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


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_extent_location(ExtentLocationAst newP_extent_location, NotificationChain msgs) {
    ExtentLocationAst oldP_extent_location = p_extent_location;
    p_extent_location = newP_extent_location;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.TYPE_SPEC_AST__PEXTENT_LOCATION, oldP_extent_location, newP_extent_location);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_extent_location(ExtentLocationAst newP_extent_location, NotificationChain msgs) {
    ExtentLocationAst oldP_extent_location = p_extent_location;
    p_extent_location = newP_extent_location;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.NEW_RULE_CALL_EXP_AST__PEXTENT_LOCATION, oldP_extent_location, newP_extent_location);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

Related Classes of fr.tm.elibel.smartqvt.qvtast.ExtentLocationAst

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.