Package fr.tm.elibel.smartqvt.qvtast

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


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_collection_key(CollectionKeyAst newP_collection_key, NotificationChain msgs) {
    CollectionKeyAst oldP_collection_key = p_collection_key;
    p_collection_key = newP_collection_key;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.COLLECTION_COMPLEX_TYPE_AST__PCOLLECTION_KEY, oldP_collection_key, newP_collection_key);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_collection_key(CollectionKeyAst newP_collection_key, NotificationChain msgs) {
    CollectionKeyAst oldP_collection_key = p_collection_key;
    p_collection_key = newP_collection_key;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.LITERAL_COLLECTION_AST__PCOLLECTION_KEY, oldP_collection_key, newP_collection_key);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

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

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.