Class GeoprocessingBoolean

java.lang.Object
com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingParameter
com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingBoolean

public final class GeoprocessingBoolean extends GeoprocessingParameter
Corresponds to GPBoolean parameter type in the service REST specification.
Since:
100.0.0
  • Constructor Details

    • GeoprocessingBoolean

      public GeoprocessingBoolean()
      Creates an instance. The value defaults to false.
      Since:
      100.0.0
    • GeoprocessingBoolean

      public GeoprocessingBoolean(boolean value)
      Creates an instance.
      Parameters:
      value - the value of the parameter
  • Method Details

    • getValue

      public boolean getValue()
      Returns the value.
      Returns:
      the value
      Since:
      100.0.0
    • setValue

      public void setValue(boolean value)
      Sets the value.
      Parameters:
      value - the value to set
      Since:
      100.0.0