Package net.opengis.cat.csw20
Interface RangeOfValuesType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
RangeOfValuesTypeImpl
public interface RangeOfValuesType
extends EObject
A representation of the model object 'Range Of Values Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEObject
Returns the value of the 'Max Value' containment reference.EObject
Returns the value of the 'Min Value' containment reference.void
setMaxValue
(EObject value) Sets the value of the 'Max Value
' containment reference.void
setMinValue
(EObject value) Sets the value of the 'Min Value
' 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
-
Method Details
-
getMinValue
EObject getMinValue()Returns the value of the 'Min Value' containment reference.If the meaning of the 'Min Value' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Min Value' containment reference.
- See Also:
-
setMinValue
void setMinValue(EObject value) Sets the value of the 'Min Value
' containment reference.- Parameters:
value
- the new value of the 'Min Value' containment reference.- See Also:
-
getMaxValue
EObject getMaxValue()Returns the value of the 'Max Value' containment reference.If the meaning of the 'Max Value' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Max Value' containment reference.
- See Also:
-
setMaxValue
void setMaxValue(EObject value) Sets the value of the 'Max Value
' containment reference.- Parameters:
value
- the new value of the 'Max Value' containment reference.- See Also:
-