net.opengis.ows10
Interface SectionsType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SectionsTypeImpl

public interface SectionsType
extends org.eclipse.emf.ecore.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:
Ows10Package.getSectionsType()

Method Summary
 org.eclipse.emf.common.util.EList getSection()
          Returns the value of the 'Section' attribute list.
 
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

getSection

org.eclipse.emf.common.util.EList getSection()
Returns the value of the 'Section' attribute list. The list contents are of type String.

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:
Ows10Package.getSectionsType_Section()


Copyright © 1996-2010 Geotools. All Rights Reserved.