Package net.opengis.fes20
Interface AbstractAdhocQueryExpressionType
- All Superinterfaces:
AbstractQueryExpressionType
,EObject
,Notifier
- All Known Subinterfaces:
QueryType
- All Known Implementing Classes:
AbstractAdhocQueryExpressionTypeImpl
,QueryTypeImpl
A representation of the model object 'Abstract Adhoc Query Expression Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionEList<Object>
Returns the value of the 'Abstract Projection Clause' containment reference list.Returns the value of the 'Abstract Selection Clause' containment reference.Returns the value of the 'Abstract Sorting Clause' containment reference.EList<String>
Returns the value of the 'Aliases' attribute.EList<Object>
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
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
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:
-
setAbstractSelectionClause
Sets the value of the 'Abstract Selection Clause
' attribute.- Parameters:
value
- the new value of the 'Abstract Selection Clause' attribute.- See Also:
-
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:
-
setAbstractSortingClause
Sets the value of the 'Abstract Sorting Clause
' attribute.- Parameters:
value
- the new value of the 'Abstract Sorting Clause' attribute.- See Also:
-
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()
-