Examples of StereotypeQualifierAst


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

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_stereotype_qualifier(StereotypeQualifierAst newP_stereotype_qualifier, NotificationChain msgs) {
    StereotypeQualifierAst oldP_stereotype_qualifier = p_stereotype_qualifier;
    p_stereotype_qualifier = newP_stereotype_qualifier;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.FEATURE_QUALIFIER_AST__PSTEREOTYPE_QUALIFIER, oldP_stereotype_qualifier, newP_stereotype_qualifier);
      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.