Package net.opengis.cat.csw20
Interface QueryConstraintType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
QueryConstraintTypeImpl
public interface QueryConstraintType
extends EObject
A representation of the model object 'Query Constraint Type'.
A search constraint that adheres to one of the following syntaxes:
Filter - OGC filter expression
CqlText - OGC CQL predicate
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Cql Text' attribute.Returns the value of the 'Filter' containment reference.Returns the value of the 'Version' attribute.void
setCqlText
(String value) Sets the value of the 'Cql Text
' attribute.void
Sets the value of the 'Filter
' containment reference.void
setVersion
(String value) Sets the value of the 'Version
' attribute.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
-
getFilter
Filter getFilter()Returns the value of the 'Filter' containment reference.If the meaning of the 'Filter' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Filter' containment reference.
- See Also:
-
setFilter
Sets the value of the 'Filter
' containment reference.- Parameters:
value
- the new value of the 'Filter' containment reference.- See Also:
-
getCqlText
String getCqlText()Returns the value of the 'Cql Text' attribute.If the meaning of the 'Cql Text' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Cql Text' attribute.
- See Also:
-
setCqlText
Sets the value of the 'Cql Text
' attribute.- Parameters:
value
- the new value of the 'Cql Text' attribute.- See Also:
-
getVersion
String getVersion()Returns the value of the 'Version' attribute. Query language version- Returns:
- the value of the 'Version' attribute.
- See Also:
-
setVersion
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
-