/** * * * * $Id$ */ package net.opengis.fes20; import java.util.List; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.FeatureMap; /** * * A representation of the model object 'Abstract Adhoc Query Expression Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.fes20.Fes20Package#getAbstractAdhocQueryExpressionType() * @model abstract="true" * extendedMetaData="name='AbstractAdhocQueryExpressionType' kind='elementOnly'" * @generated */ public interface AbstractAdhocQueryExpressionType extends AbstractQueryExpressionType { /** * Returns the value of the 'Abstract Projection Clause' containment reference list. * The list contents are of type {@link org.eclipse.emf.ecore.EObject}. * *

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

* * @return the value of the 'Abstract Projection Clause' containment reference list. * @see net.opengis.fes20.Fes20Package#getAbstractAdhocQueryExpressionType_AbstractProjectionClause() * @model * @generated NOT */ EList getAbstractProjectionClause(); /** * Returns the value of the 'Abstract Selection Clause' containment reference. * *

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

* * @return the value of the 'Abstract Selection Clause' containment reference. * @see net.opengis.fes20.Fes20Package#getAbstractAdhocQueryExpressionType_AbstractSelectionClause() * @model */ Object getAbstractSelectionClause(); /** * Sets the value of the '{@link net.opengis.fes20.AbstractAdhocQueryExpressionType#getAbstractSelectionClause Abstract Selection Clause}' attribute. * * * @param value the new value of the 'Abstract Selection Clause' attribute. * @see #getAbstractSelectionClause() * @generated */ void setAbstractSelectionClause(Object value); /** * Returns the value of the 'Abstract Sorting Clause' containment reference. * *

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

* * @return the value of the 'Abstract Sorting Clause' containment reference. * @see net.opengis.fes20.Fes20Package#getAbstractAdhocQueryExpressionType_AbstractSortingClause() * @model */ Object getAbstractSortingClause(); /** * Sets the value of the '{@link net.opengis.fes20.AbstractAdhocQueryExpressionType#getAbstractSortingClause Abstract Sorting Clause}' attribute. * * * @param value the new value of the 'Abstract Sorting Clause' attribute. * @see #getAbstractSortingClause() * @generated */ void setAbstractSortingClause(Object value); /** * Returns the value of the 'Aliases' attribute. * *

* If the meaning of the 'Aliases' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Aliases' attribute. * @see #setAliases(List) * @see net.opengis.fes20.Fes20Package#getAbstractAdhocQueryExpressionType_Aliases() * @model * @generated NOT */ EList getAliases(); /** * Returns the value of the 'Type Names' attribute. * *

* If the meaning of the 'Type Names' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Type Names' attribute. * @see #setTypeNames(List) * @see net.opengis.fes20.Fes20Package#getAbstractAdhocQueryExpressionType_TypeNames() * @model * @generated NOT */ EList getTypeNames(); } // AbstractAdhocQueryExpressionType