Class GeoprocessingLong
- java.lang.Object
-
- com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingParameter
-
- com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingLong
-
public class GeoprocessingLong extends GeoprocessingParameter
Corresponds to GPLong parameter type in the service REST specification. The range of values corresponds to a 32 bit integer from -2,147,483,648 to 2,147,483,647.- 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 GeoprocessingLong()Creates an instance.GeoprocessingLong(int value)Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetValue()Returns the value.voidsetValue(int value)Sets the value.
-