org.openxma.dsl.dom.model.SubQuery Maven / Gradle / Ivy
/**
*
*
*
* $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