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  java.lang.String name
           
protected  java.lang.String toolboxAlias
           
protected  java.lang.String toolboxName
           
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
GenericGPTool(java.lang.String name, java.lang.String toolboxName, java.lang.String toolboxAlias)
           
 
Method Summary
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setParameterValues(java.lang.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 java.lang.String name

toolboxName

protected java.lang.String toolboxName

toolboxAlias

protected java.lang.String toolboxAlias
Constructor Detail

GenericGPTool

public GenericGPTool(java.lang.String name,
                     java.lang.String toolboxName,
                     java.lang.String toolboxAlias)
Method Detail

getToolName

public java.lang.String getToolName()
Description copied from interface: GPTool
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.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(java.lang.Object[] vals)

getToolboxAlias

public java.lang.String getToolboxAlias()
Description copied from interface: GPTool
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias