All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxma.dsl.dom.model.SubQuery Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
/**
 * 
 * 
 *
 * $Id$
 */
package org.openxma.dsl.dom.model;

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Sub Query'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.openxma.dsl.dom.model.SubQuery#getQueries Queries}
  • *
*

* * @see org.openxma.dsl.dom.DomPackage#getSubQuery() * @model * @generated */ public interface SubQuery extends Expression { /** * Returns the value of the 'Queries' containment reference list. * The list contents are of type {@link org.openxma.dsl.dom.model.SelectStatement}. * *

* If the meaning of the 'Queries' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Queries' containment reference list. * @see org.openxma.dsl.dom.DomPackage#getSubQuery_Queries() * @model containment="true" * @generated */ EList getQueries(); } // SubQuery




© 2015 - 2024 Weber Informatics LLC | Privacy Policy