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:
Csw20Package.getRangeOfValuesType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EObject
getMaxValue()
Returns the value of the 'Max Value' containment reference.EObject
getMinValue()
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.
-
-
-
Method Detail
-
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(EObject)
,Csw20Package.getRangeOfValuesType_MinValue()
-
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:
getMinValue()
-
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(EObject)
,Csw20Package.getRangeOfValuesType_MaxValue()
-
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:
getMaxValue()
-
-