Package net.opengis.ows11
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.
-
-
-
Method Detail
-
getVersion
EList getVersion()
Returns the value of the 'Version' attribute list. The list contents are of typeString
.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()
-
-