| java.lang.Object org.openharmonise.vfs.metadata.range.AbstractRange org.openharmonise.vfs.metadata.range.FloatRange
FloatRange | public class FloatRange extends AbstractRange implements Range(Code) | | This is the range for float type properties.
author: Matthew Large version: $Revision: 1.1 $ |
FloatRange | public FloatRange()(Code) | | |
getMaximum | public Float getMaximum()(Code) | | Returns the maximum float value, will use maximum inclusive value if
there is one, else it returns the maximum exclusive value.
Maximum float value |
getMinimum | public Float getMinimum()(Code) | | Returns the minimum float value, will use minimum inclusive value if
there is one, else it returns the minimum exclusive value.
Minimum float value |
setMaximum | public void setMaximum(Float fl)(Code) | | Sets the maximum inclusive float value.
Parameters: fl - Value |
setMaximum | public void setMaximum(float fl)(Code) | | Sets the maximum inclusive float value.
Parameters: fl - Value |
setMinimum | public void setMinimum(Float fl)(Code) | | Sets the minimum inclusive float value.
Parameters: fl - Value |
setMinimum | public void setMinimum(float fl)(Code) | | Sets the minimum inclusive float value.
Parameters: fl - Value |
|
|