public class

GPJobParameter

extends Object
java.lang.Object
   ↳ com.esri.core.tasks.ags.geoprocessing.GPJobParameter

Class Overview

This class gives the descriptions of the input GPParameter and output GPParameter by providing their names and values. The value of GPParameter is represented by a URL generated by the Geoprocessing service.

Summary

Public Constructors
GPJobParameter()
Public Methods
static GPJobParameter[] fromJson(JsonParser parser)
Static method generating a GPJobParameter array based on the GPJobParameter Json representation the Json Parser is pointing to.
String getParamName()
Gets the parameter name.
String getParamURL()
Gets the parameter URL.
void setParamName(String paramName)
Sets parameter name.
void setParamURL(String paramURL)
Sets parameter URL.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GPJobParameter ()

Public Methods

public static GPJobParameter[] fromJson (JsonParser parser)

Static method generating a GPJobParameter array based on the GPJobParameter Json representation the Json Parser is pointing to.

Parameters
parser a Json parser pointing to a Json representation of a GPJobParameter array.
Returns
  • a GPJobParameter array
Throws
Exception
Exception

public String getParamName ()

Gets the parameter name.

Returns
  • the parameter name.

public String getParamURL ()

Gets the parameter URL.

Returns
  • the parameter URL.

public void setParamName (String paramName)

Sets parameter name.

Parameters
paramName the parame name to set.

public void setParamURL (String paramURL)

Sets parameter URL.

Parameters
paramURL the parameter URL to set.