Package net.opengis.ows20
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:
Ows20Package.getAcceptVersionsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<String>
getVersion()
Returns the value of the 'Version' attribute.
-
-
-
Method Detail
-
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:
#setVersion(String)
,Ows20Package.getAcceptVersionsType_Version()
-
-