Examples of OppositePropertyAst


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

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_opposite_property(OppositePropertyAst newP_opposite_property, NotificationChain msgs) {
    OppositePropertyAst oldP_opposite_property = p_opposite_property;
    p_opposite_property = newP_opposite_property;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.CLASS_PROPERTY_AST__POPPOSITE_PROPERTY, oldP_opposite_property, newP_opposite_property);
      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.