|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryType
A representation of the model object 'Query Type'. The Query element is of type QueryType.
The following features are supported:
Group
Property Name
Xlink Property Name
Function
Filter
Sort By
Feature Version
Handle
Srs Name
Type Name
WfsPackage.getQueryType()
Method Summary | |
---|---|
java.lang.String |
getFeatureVersion()
Returns the value of the 'Feature Version' attribute. |
org.opengis.filter.Filter |
getFilter()
Returns the value of the 'Filter' attribute. |
org.eclipse.emf.common.util.EList |
getFunction()
Returns the value of the 'Function' attribute list. |
org.eclipse.emf.ecore.util.FeatureMap |
getGroup()
Returns the value of the 'Group' attribute list. |
java.lang.String |
getHandle()
Returns the value of the 'Handle' attribute. |
org.eclipse.emf.common.util.EList |
getPropertyName()
Returns the value of the 'Property Name' attribute. |
org.eclipse.emf.common.util.EList |
getSortBy()
Returns the value of the 'Sort By' attribute. |
java.net.URI |
getSrsName()
Returns the value of the 'Srs Name' attribute. |
java.util.List |
getTypeName()
Returns the value of the 'Type Name' attribute. |
org.eclipse.emf.common.util.EList |
getXlinkPropertyName()
Returns the value of the 'Xlink Property Name' containment reference list. |
void |
setFeatureVersion(java.lang.String value)
Sets the value of the ' Feature Version ' attribute. |
void |
setFilter(org.opengis.filter.Filter value)
Sets the value of the ' Filter ' attribute. |
void |
setHandle(java.lang.String value)
Sets the value of the ' Handle ' attribute. |
void |
setSrsName(java.net.URI value)
Sets the value of the ' Srs Name ' attribute. |
void |
setTypeName(java.util.List value)
Sets the value of the ' Type Name ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.ecore.util.FeatureMap getGroup()
FeatureMap.Entry
.
If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...
WfsPackage.getQueryType_Group()
org.eclipse.emf.common.util.EList getPropertyName()
#setPropertyName(String)
,
net.opengis.wfs.WFSPackage#getQueryType_PropertyName()
org.eclipse.emf.common.util.EList getXlinkPropertyName()
XlinkPropertyNameType
.
If the meaning of the 'Xlink Property Name' containment reference list isn't clear, there really should be more of a description here...
WfsPackage.getQueryType_XlinkPropertyName()
org.eclipse.emf.common.util.EList getFunction()
Object
.
A function may be used as a select item in a query.
However, if a function is used, care must be taken
to ensure that the result type matches the type in the
net.opengis.wfs.WFSPackage#getQueryType_Function()
org.opengis.filter.Filter getFilter()
#setFilter(Object)
,
net.opengis.wfs.WFSPackage#getQueryType_Filter()
void setFilter(org.opengis.filter.Filter value)
Filter
' attribute.
value
- the new value of the 'Filter' attribute.getFilter()
org.eclipse.emf.common.util.EList getSortBy()
#setSortBy(Object)
,
net.opengis.wfs.WFSPackage#getQueryType_SortBy()
java.lang.String getFeatureVersion()
setFeatureVersion(String)
,
WfsPackage.getQueryType_FeatureVersion()
void setFeatureVersion(java.lang.String value)
Feature Version
' attribute.
value
- the new value of the 'Feature Version' attribute.getFeatureVersion()
java.lang.String getHandle()
setHandle(String)
,
WfsPackage.getQueryType_Handle()
void setHandle(java.lang.String value)
Handle
' attribute.
value
- the new value of the 'Handle' attribute.getHandle()
java.net.URI getSrsName()
#setSrsName(String)
,
net.opengis.wfs.WFSPackage#getQueryType_SrsName()
void setSrsName(java.net.URI value)
Srs Name
' attribute.
value
- the new value of the 'Srs Name' attribute.getSrsName()
java.util.List getTypeName()
setTypeName(List)
,
WfsPackage.getQueryType_TypeName()
void setTypeName(java.util.List value)
Type Name
' attribute.
value
- the new value of the 'Type Name' attribute.getTypeName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |