Module com.esri.arcgisruntime
Class GeoprocessingBoolean
java.lang.Object
com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingParameter
com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingBoolean
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
ConstructorDescriptionCreates an instance.GeoprocessingBoolean
(boolean value) Creates an instance. -
Method Summary
-
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
-