Package net.opengis.ows11
Interface SectionsType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
SectionsTypeImpl
public interface SectionsType
extends EObject
A representation of the model object 'Sections Type'.
Unordered list of zero or more names of requested sections in complete service metadata document. Each Section value shall contain an allowed section name as specified by each OWS specification. See Sections parameter subclause for more information.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList
Returns the value of the 'Section' attribute list.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
-
getSection
EList getSection()Returns the value of the 'Section' attribute list. The list contents are of typeString
.If the meaning of the 'Section' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Section' attribute list.
- See Also:
-