Package net.opengis.wcs10
Interface IntervalType
-
- All Superinterfaces:
EObject
,Notifier
,ValueRangeType
- All Known Implementing Classes:
IntervalTypeImpl
public interface IntervalType extends ValueRangeType
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:
Wcs10Package.getIntervalType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypedLiteralType
getRes()
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 ValueRangeType
getClosure, getMax, getMin, getSemantic, getType, isAtomic, isSetAtomic, isSetClosure, setAtomic, setClosure, setMax, setMin, setSemantic, setType, unsetAtomic, unsetClosure
-
-
-
-
Method Detail
-
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(TypedLiteralType)
,Wcs10Package.getIntervalType_Res()
-
setRes
void setRes(TypedLiteralType value)
Sets the value of the 'Res
' containment reference.- Parameters:
value
- the new value of the 'Res' containment reference.- See Also:
getRes()
-
-