Package com.puppetlabs.geppetto.pp

Examples of com.puppetlabs.geppetto.pp.ICollectQuery


        if(result == null)
          result = defaultCase(theEObject);
        return result;
      }
      case PPPackage.ICOLLECT_QUERY: {
        ICollectQuery iCollectQuery = (ICollectQuery) theEObject;
        T result = caseICollectQuery(iCollectQuery);
        if(result == null)
          result = defaultCase(theEObject);
        return result;
      }
View Full Code Here


   * <!-- end-user-doc -->
   *
   * @generated
   */
  public NotificationChain basicSetQuery(ICollectQuery newQuery, NotificationChain msgs) {
    ICollectQuery oldQuery = query;
    query = newQuery;
    if(eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(
        this, Notification.SET, PPPackage.COLLECT_EXPRESSION__QUERY, oldQuery, newQuery);
      if(msgs == null)
View Full Code Here

TOP

Related Classes of com.puppetlabs.geppetto.pp.ICollectQuery

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.