Module com.esri.arcgisruntime
Enum Class GeoprocessingParameter.Type
java.lang.Object
java.lang.Enum<GeoprocessingParameter.Type>
com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingParameter.Type
- All Implemented Interfaces:
Serializable
,Comparable<GeoprocessingParameter.Type>
,Constable
- Enclosing class:
GeoprocessingParameter
Geoprocessing parameter types.
- Since:
- 100.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBoolean type.Data file type.Date type.Double type.Features type.Linear unit type.Long type.Multi-value type.Raster type.String type.Unknown type. -
Method Summary
Modifier and TypeMethodDescriptionstatic GeoprocessingParameter.Type
Returns the enum constant of this class with the specified name.static GeoprocessingParameter.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GEOPROCESSING_BOOLEAN
Boolean type.- Since:
- 100.0.0
-
GEOPROCESSING_DATA_FILE
Data file type.- Since:
- 100.0.0
-
GEOPROCESSING_DATE
Date type.- Since:
- 100.0.0
-
GEOPROCESSING_DOUBLE
Double type.- Since:
- 100.0.0
-
GEOPROCESSING_LINEAR_UNIT
Linear unit type.- Since:
- 100.0.0
-
GEOPROCESSING_LONG
Long type.- Since:
- 100.0.0
-
GEOPROCESSING_MULTI_VALUE
Multi-value type.- Since:
- 100.0.0
-
GEOPROCESSING_RASTER
Raster type.- Since:
- 100.0.0
-
GEOPROCESSING_STRING
String type.- Since:
- 100.0.0
-
GEOPROCESSING_FEATURES
Features type.- Since:
- 100.1.0
-
GEOPROCESSING_UNKNOWN_PARAMETER
Unknown type.- Since:
- 100.0.0
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-