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:
    Ows11Package.getSectionsType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList getSection()
      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 Detail

      • getSection

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