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:
  • Method Summary

    Modifier and Type
    Method
    Description
    EList<String>
    Returns the value of the 'Version' attribute.

    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 Details

    • getVersion

      EList<String> getVersion()
      Returns the value of the 'Version' attribute.

      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.
      See Also: