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 Details

    • getMaxValue

      public Object getMaxValue()
      Gets the maximum allowed value.
      Returns:
      the maximum allowed value
      Since:
      100.13.0
    • getMinValue

      public Object getMinValue()
      Gets the minimum allowed value.
      Returns:
      the minimum allowed value
      Since:
      100.13.0