com.esri.arcgis.geoprocessing
Class GenericGPTool
java.lang.Object
com.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.GenericGPTool
- All Implemented Interfaces:
- GPTool
public class GenericGPTool
- extends AbstractGPTool
name
protected String name
toolboxName
protected String toolboxName
toolboxAlias
protected String toolboxAlias
GenericGPTool
public GenericGPTool(String name,
String toolboxName,
String toolboxAlias)
getToolName
public String getToolName()
- Description copied from interface:
GPTool
- Returns the name of this tool.
- Returns:
- the tool name
getToolboxName
public String getToolboxName()
- Description copied from interface:
GPTool
- Returns the name of the tool box containing this tool.
- Returns:
- the tool box name
setParameterValues
public void setParameterValues(Object[] vals)
getToolboxAlias
public String getToolboxAlias()
- Description copied from interface:
GPTool
- Returns the alias of the tool box containing this tool.
- Returns:
- the tool box alias