Package net.opengis.wcs10
Interface IntervalType
- All Superinterfaces:
EObject
,Notifier
,ValueRangeType
- All Known Implementing Classes:
IntervalTypeImpl
A representation of the model object 'Interval Type'.
An interval of values of a numeric quantity. This interval can be continuous or discrete, defined by a fixed spacing between adjacent valid values. Note that the "type" and "semantic" attributes for min/max and "res" may be different (timeInstant and duration).
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetRes()
Returns the value of the 'Res' containment reference.void
setRes
(TypedLiteralType value) Sets the value of the 'Res
' 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 ValueRangeType
getClosure, getMax, getMin, getSemantic, getType, isAtomic, isSetAtomic, isSetClosure, setAtomic, setClosure, setMax, setMin, setSemantic, setType, unsetAtomic, unsetClosure
-
Method Details
-
getRes
TypedLiteralType getRes()Returns the value of the 'Res' containment reference. The regular distance or spacing between the allowed values in this interval. Shall be included when the allowed values are NOT continuous in this interval. Shall not be included when the allowed values are continuous in this interval.- Returns:
- the value of the 'Res' containment reference.
- See Also:
-
setRes
Sets the value of the 'Res
' containment reference.- Parameters:
value
- the new value of the 'Res' containment reference.- See Also:
-