Package fr.tm.elibel.smartqvt.qvtast

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


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_class_feature_list(ClassFeatureListAst newP_class_feature_list, NotificationChain msgs) {
    ClassFeatureListAst oldP_class_feature_list = p_class_feature_list;
    p_class_feature_list = newP_class_feature_list;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.CLASS_DEF_AST__PCLASS_FEATURE_LIST, oldP_class_feature_list, newP_class_feature_list);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

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

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.