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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingParameter
GeoprocessingParameter.Type
-
-
Constructor Summary
Constructors Constructor Description GeoprocessingBoolean()
Creates an instance.GeoprocessingBoolean(boolean value)
Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getValue()
Returns the value.void
setValue(boolean value)
Sets the value.
-