Package net.opengis.ows20
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:
-
Method Summary
Modifier and TypeMethodDescriptionEList<String>
Returns the value of the 'Output Format' 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
-
getOutputFormat
EList<String> getOutputFormat()Returns the value of the 'Output Format' attribute.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.
- See Also:
-
#setOutputFormat(String)
Ows20Package.getAcceptFormatsType_OutputFormat()
-