Package com.esri.arcgisruntime.data
Class ContingentRangeValue
- java.lang.Object
-
- com.esri.arcgisruntime.data.ContingentValue
-
- com.esri.arcgisruntime.data.ContingentRangeValue
-
public class ContingentRangeValue extends ContingentValue
An object that defines a min and max range specified in a contingency.- Since:
- 100.13.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getMaxValue()
Gets the maximum allowed value.java.lang.Object
getMinValue()
Gets the minimum allowed value.
-