Interface AcceptVersionsType

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

    public interface AcceptVersionsType
    extends EObject
    A representation of the model object 'Accept Versions Type'. Prioritized sequence of one or more specification versions accepted by client, with preferred versions listed first. See Version negotiation subclause for more information.

    The following features are supported:

    See Also:
    Ows11Package.getAcceptVersionsType()
    • Method Summary

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

      • getVersion

        EList getVersion()
        Returns the value of the 'Version' attribute list. The list contents are of type String.

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

        Returns:
        the value of the 'Version' attribute list.
        See Also:
        Ows11Package.getAcceptVersionsType_Version()