public void setMax(float fMax, boolean bIsExclusive)(Code)
Sets the maximum value for this range and whether it's an exclusive limit.
Parameters: fMax - the maximum float value for this range Parameters: bIsExclusive - true if the maximum limit is exclusive,otherwise false
setMin
public void setMin(float fMin, boolean bIsExclusive)(Code)
Sets the minimum value for this range and whether it's an exclusive limit.
Parameters: fMin - the minimum float value for this range Parameters: bIsExclusive - true if the minimum limit is exclusive,otherwise false
Fields inherited from org.openharmonise.rm.resources.metadata.properties.ranges.NumberRange