Examples of StringLiteralSimpleAst


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

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_compliance_kind(StringLiteralSimpleAst newP_compliance_kind, NotificationChain msgs) {
    StringLiteralSimpleAst oldP_compliance_kind = p_compliance_kind;
    p_compliance_kind = newP_compliance_kind;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.COMPLIANCE_KIND_AST__PCOMPLIANCE_KIND, oldP_compliance_kind, newP_compliance_kind);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

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

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_uri(StringLiteralSimpleAst newP_uri, NotificationChain msgs) {
    StringLiteralSimpleAst oldP_uri = p_uri;
    p_uri = newP_uri;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.URI_AST__PURI, oldP_uri, newP_uri);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

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

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_tagid(StringLiteralSimpleAst newP_tagid, NotificationChain msgs) {
    StringLiteralSimpleAst oldP_tagid = p_tagid;
    p_tagid = newP_tagid;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.TAG_ID_AST__PTAGID, oldP_tagid, newP_tagid);
      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.