public void setMax(int nMax, boolean bIsExclusive)(Code)
Sets the maximum value for this range and whether it's an exclusive limit.
Parameters: nMax - the maximum integer limit for this range Parameters: bIsExclusive - true if the maximum limit is exclusive,otherwise false
setMin
public void setMin(int nMin, boolean bIsExclusive)(Code)
Sets the minimum value for this range and whether it's an exclusive limit.
Parameters: nMax - the minimum integer 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