Interface AcceptFormatsType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    AcceptFormatsTypeImpl

    public interface AcceptFormatsType
    extends EObject
    A representation of the model object 'Accept Formats Type'. Prioritized sequence of zero or more GetCapabilities operation response formats desired by client, with preferred formats listed first. Each response format shall be identified by its MIME type. See AcceptFormats parameter use subclause for more information.

    The following features are supported:

    See Also:
    Ows10Package.getAcceptFormatsType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList<String> getOutputFormat()
      Returns the value of the 'Output Format' 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

      • getOutputFormat

        EList<String> getOutputFormat()
        Returns the value of the 'Output Format' attribute list. The list contents are of type String.

        If the meaning of the 'Output Format' attribute list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Output Format' attribute list.
        See Also:
        Ows10Package.getAcceptFormatsType_OutputFormat()