Package net.opengis.ows20
Interface SectionsType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- SectionsTypeImpl
 
 public interface SectionsType extends EObjectA 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:
- Ows20Package.getSectionsType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<String>getSection()Returns the value of the 'Section' attribute list.
 
- 
- 
- 
Method Detail- 
getSectionEList<String> 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:
- Ows20Package.getSectionsType_Section()
 
 
- 
 
-