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 booleangetValue()Returns the value.voidsetValue(boolean value)Sets the value. 
 -