Package net.opengis.wfs20
Interface QueryExpressionTextType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
QueryExpressionTextTypeImpl
public interface QueryExpressionTextType
extends EObject
A representation of the model object 'Query Expression Text Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Language' attribute.Returns the value of the 'Return Feature Types' attribute.getValue()
The query expression text content.boolean
Returns the value of the 'Is Private' attribute.boolean
Returns whether the value of the 'Is Private
' attribute is set.void
setIsPrivate
(boolean value) Sets the value of the 'Is Private
' attribute.void
setLanguage
(String value) Sets the value of the 'Language
' attribute.void
setReturnFeatureTypes
(List<QName> value) Sets the value of the 'Return Feature Types
' attribute.void
Sets the value of the 'Value
' attribute.void
Unsets the value of the 'Is Private
' 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
-
isIsPrivate
boolean isIsPrivate()Returns the value of the 'Is Private' attribute. The default value is"false"
.If the meaning of the 'Is Private' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Is Private' attribute.
- See Also:
-
setIsPrivate
void setIsPrivate(boolean value) Sets the value of the 'Is Private
' attribute.- Parameters:
value
- the new value of the 'Is Private' attribute.- See Also:
-
unsetIsPrivate
void unsetIsPrivate()Unsets the value of the 'Is Private
' attribute. -
isSetIsPrivate
boolean isSetIsPrivate()Returns whether the value of the 'Is Private
' attribute is set.- Returns:
- whether the value of the 'Is Private' attribute is set.
- See Also:
-
getLanguage
String getLanguage()Returns the value of the 'Language' attribute.If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Language' attribute.
- See Also:
-
setLanguage
Sets the value of the 'Language
' attribute.- Parameters:
value
- the new value of the 'Language' attribute.- See Also:
-
getReturnFeatureTypes
Returns the value of the 'Return Feature Types' attribute.If the meaning of the 'Return Feature Types' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Return Feature Types' attribute.
- See Also:
-
setReturnFeatureTypes
Sets the value of the 'Return Feature Types
' attribute.- Parameters:
value
- the new value of the 'Return Feature Types' attribute.- See Also:
-
getValue
String getValue()The query expression text content. -
setValue
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
-