An object that defines a min and max range specified in a contingency.
- Since:
- 100.13.0
-
Method Summary 
Gets the maximum allowed value.
Gets the minimum allowed value.
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details 
-
getMaxValue 
Gets the maximum allowed value.
- Returns:
- the maximum allowed value
- Since:
- 100.13.0
-
getMinValue 
Gets the minimum allowed value.
- Returns:
- the minimum allowed value
- Since:
- 100.13.0