Package net.opengis.fes20
Interface AbstractAdhocQueryExpressionType
-
- All Superinterfaces:
AbstractQueryExpressionType
,EObject
,Notifier
- All Known Subinterfaces:
QueryType
- All Known Implementing Classes:
AbstractAdhocQueryExpressionTypeImpl
,QueryTypeImpl
public interface AbstractAdhocQueryExpressionType extends AbstractQueryExpressionType
A representation of the model object 'Abstract Adhoc Query Expression Type'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Object>
getAbstractProjectionClause()
Returns the value of the 'Abstract Projection Clause' containment reference list.Object
getAbstractSelectionClause()
Returns the value of the 'Abstract Selection Clause' containment reference.Object
getAbstractSortingClause()
Returns the value of the 'Abstract Sorting Clause' containment reference.EList<String>
getAliases()
Returns the value of the 'Aliases' attribute.EList<Object>
getTypeNames()
Returns the value of the 'Type Names' attribute.void
setAbstractSelectionClause(Object value)
Sets the value of the 'Abstract Selection Clause
' attribute.void
setAbstractSortingClause(Object value)
Sets the value of the 'Abstract Sorting Clause
' attribute.-
Methods inherited from interface AbstractQueryExpressionType
getHandle, setHandle
-
-
-
-
Method Detail
-
getAbstractProjectionClause
EList<Object> getAbstractProjectionClause()
Returns the value of the 'Abstract Projection Clause' containment reference list. The list contents are of typeEObject
.If the meaning of the 'Abstract Projection Clause' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract Projection Clause' containment reference list.
- See Also:
Fes20Package.getAbstractAdhocQueryExpressionType_AbstractProjectionClause()
-
getAbstractSelectionClause
Object getAbstractSelectionClause()
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...
- Returns:
- the value of the 'Abstract Selection Clause' containment reference.
- See Also:
Fes20Package.getAbstractAdhocQueryExpressionType_AbstractSelectionClause()
-
setAbstractSelectionClause
void setAbstractSelectionClause(Object value)
Sets the value of the 'Abstract Selection Clause
' attribute.- Parameters:
value
- the new value of the 'Abstract Selection Clause' attribute.- See Also:
getAbstractSelectionClause()
-
getAbstractSortingClause
Object getAbstractSortingClause()
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...
- Returns:
- the value of the 'Abstract Sorting Clause' containment reference.
- See Also:
Fes20Package.getAbstractAdhocQueryExpressionType_AbstractSortingClause()
-
setAbstractSortingClause
void setAbstractSortingClause(Object value)
Sets the value of the 'Abstract Sorting Clause
' attribute.- Parameters:
value
- the new value of the 'Abstract Sorting Clause' attribute.- See Also:
getAbstractSortingClause()
-
getAliases
EList<String> getAliases()
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...
- Returns:
- the value of the 'Aliases' attribute.
- See Also:
#setAliases(List)
,Fes20Package.getAbstractAdhocQueryExpressionType_Aliases()
-
getTypeNames
EList<Object> getTypeNames()
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...
- Returns:
- the value of the 'Type Names' attribute.
- See Also:
#setTypeNames(List)
,Fes20Package.getAbstractAdhocQueryExpressionType_TypeNames()
-
-