Package fr.tm.elibel.smartqvt.qvtast

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


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_typespec(TypeSpecAst newP_typespec, NotificationChain msgs) {
    TypeSpecAst oldP_typespec = p_typespec;
    p_typespec = newP_typespec;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.TYPE_DEF_AST__PTYPESPEC, oldP_typespec, newP_typespec);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_type_spec(TypeSpecAst newP_type_spec, NotificationChain msgs) {
    TypeSpecAst oldP_type_spec = p_type_spec;
    p_type_spec = newP_type_spec;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.COLLECTION_COMPLEX_TYPE_AST__PTYPE_SPEC, oldP_type_spec, newP_type_spec);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_typespec(TypeSpecAst newP_typespec, NotificationChain msgs) {
    TypeSpecAst oldP_typespec = p_typespec;
    p_typespec = newP_typespec;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.SIMPLE_DECLARATOR_AST__PTYPESPEC, oldP_typespec, newP_typespec);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_typespec(TypeSpecAst newP_typespec, NotificationChain msgs) {
    TypeSpecAst oldP_typespec = p_typespec;
    p_typespec = newP_typespec;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.OBJECT_DECLARATOR_AST__PTYPESPEC, oldP_typespec, newP_typespec);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_type_spec1(TypeSpecAst newP_type_spec1, NotificationChain msgs) {
    TypeSpecAst oldP_type_spec1 = p_type_spec1;
    p_type_spec1 = newP_type_spec1;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.DICT_COMPLEX_TYPE_AST__PTYPE_SPEC1, oldP_type_spec1, newP_type_spec1);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_type_spec2(TypeSpecAst newP_type_spec2, NotificationChain msgs) {
    TypeSpecAst oldP_type_spec2 = p_type_spec2;
    p_type_spec2 = newP_type_spec2;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.DICT_COMPLEX_TYPE_AST__PTYPE_SPEC2, oldP_type_spec2, newP_type_spec2);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

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

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.