Package net.opengis.cat.csw20
Interface QueryConstraintType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- QueryConstraintTypeImpl
 
 public interface QueryConstraintType extends EObjectA 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 predicateThe following features are supported: - See Also:
- Csw20Package.getQueryConstraintType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCqlText()Returns the value of the 'Cql Text' attribute.FiltergetFilter()Returns the value of the 'Filter' containment reference.StringgetVersion()Returns the value of the 'Version' attribute.voidsetCqlText(String value)Sets the value of the 'Cql Text' attribute.voidsetFilter(Filter value)Sets the value of the 'Filter' containment reference.voidsetVersion(String value)Sets the value of the 'Version' attribute.
 
- 
- 
- 
Method Detail- 
getFilterFilter 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(Filter),- Csw20Package.getQueryConstraintType_Filter()
 
 - 
setFiltervoid setFilter(Filter value) Sets the value of the 'Filter' containment reference.- Parameters:
- value- the new value of the 'Filter' containment reference.
- See Also:
- getFilter()
 
 - 
getCqlTextString 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(String),- Csw20Package.getQueryConstraintType_CqlText()
 
 - 
setCqlTextvoid setCqlText(String value) Sets the value of the 'Cql Text' attribute.- Parameters:
- value- the new value of the 'Cql Text' attribute.
- See Also:
- getCqlText()
 
 - 
getVersionString getVersion() Returns the value of the 'Version' attribute. Query language version- Returns:
- the value of the 'Version' attribute.
- See Also:
- setVersion(String),- Csw20Package.getQueryConstraintType_Version()
 
 - 
setVersionvoid setVersion(String value) Sets the value of the 'Version' attribute.- Parameters:
- value- the new value of the 'Version' attribute.
- See Also:
- getVersion()
 
 
- 
 
-