com.esri.arcgis.geoprocessing.tools.datamanagementtools
Class MergeBranch

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

public class MergeBranch
extends AbstractGPTool

The Merge Branch tool merges two or more logical branches into a single output. The Merge Branch tool is contained in the Data Management Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
MergeBranch()
          Creates the Merge Branch tool with defaults.
 
Method Summary
 java.lang.Object getInValues()
          Returns the In Values parameter of this tool .
 java.lang.Object getOutValue()
          Returns the output_value parameter of this tool (Read only).
 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 setInValues(java.lang.Object inValues)
          Sets the In Values parameter of this tool .
 
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
 

Constructor Detail

MergeBranch

public MergeBranch()
Creates the Merge Branch tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.

Method Detail

getInValues

public java.lang.Object getInValues()
Returns the In Values parameter of this tool . This parameter is list of values from different branches. The first ready-to-run state value in the list will be the output of the tool. This is an optional parameter.

Returns:
the In Values

setInValues

public void setInValues(java.lang.Object inValues)
Sets the In Values parameter of this tool . This parameter is list of values from different branches. The first ready-to-run state value in the list will be the output of the tool. This is an optional parameter.

Parameters:
inValues - list of values from different branches. The first ready-to-run state value in the list will be the output of the tool.

getOutValue

public java.lang.Object getOutValue()
Returns the output_value parameter of this tool (Read only). This is an derived parameter.

Returns:
the output_value

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias