|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.tasks.ags.geoprocessing.GPJobParameter
public class GPJobParameter
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.
Constructor Summary | |
---|---|
GPJobParameter()
|
Method Summary | |
---|---|
static GPJobParameter[] |
fromJson(org.codehaus.jackson.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GPJobParameter()
Method Detail |
---|
public void setParamName(String paramName)
paramName
- the parame name to set.public void setParamURL(String paramURL)
paramURL
- the parameter URL to set.public String getParamName()
public String getParamURL()
public static GPJobParameter[] fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
parser
- a Json parser pointing to a Json representation of a GPJobParameter array.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |