Package net.opengis.wcs10
Interface ValuesType
- All Superinterfaces:
EObject
,Notifier
,ValueEnumBaseType
,ValueEnumType
- All Known Implementing Classes:
ValuesTypeImpl
A representation of the model object 'Values Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Default' containment reference.void
setDefault
(TypedLiteralType value) Sets the value of the 'Default
' containment reference.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
Methods inherited from interface ValueEnumBaseType
getGroup, getInterval, getSingleValue
Methods inherited from interface ValueEnumType
getSemantic, getType, setSemantic, setType
-
Method Details
-
getDefault
TypedLiteralType getDefault()Returns the value of the 'Default' containment reference. Ordered sequence of the parameter value(s) that the server will use for GetCoverage requests which omit a constraint on this parameter axis. (GetCoverage requests against a coverage offering whose AxisDescription has no default must specify a valid constraint for this parameter.)- Returns:
- the value of the 'Default' containment reference.
- See Also:
-
setDefault
Sets the value of the 'Default
' containment reference.- Parameters:
value
- the new value of the 'Default' containment reference.- See Also:
-