com.esri.arcgis.geoprocessing
Class GenericGPTool

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.GenericGPTool
All Implemented Interfaces:
GPTool

public class GenericGPTool
extends AbstractGPTool


Field Summary
protected  String name
           
protected  String toolboxAlias
           
protected  String toolboxName
           
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
GenericGPTool(String name, String toolboxName, String toolboxAlias)
           
 
Method Summary
 String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 String getToolboxName()
          Returns the name of the tool box containing this tool.
 String getToolName()
          Returns the name of this tool.
 void setParameterValues(Object[] vals)
           
 
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
getParameterValues, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

toolboxName

protected String toolboxName

toolboxAlias

protected String toolboxAlias
Constructor Detail

GenericGPTool

public GenericGPTool(String name,
                     String toolboxName,
                     String toolboxAlias)
Method Detail

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