com.esri.arcgis.geoprocessing.tools.conversiontools
Class SetCADAlias

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

public class SetCADAlias
extends AbstractGPTool

Renames one or more existing field name aliases by matching columns from the input table with a list of CAD-specific fields with the appropriate name recognized by the Export To CAD tool. The Set CAD Alias tool is contained in the Conversion Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
SetCADAlias()
          Creates the Set CAD Alias tool with defaults.
SetCADAlias(java.lang.Object inputTable, java.lang.Object fieldInfo)
          Creates the Set CAD Alias tool with the required parameters.
 
Method Summary
 java.lang.Object getFieldInfo()
          Returns the Field Info parameter of this tool .
 java.lang.Object getInputTable()
          Returns the Input Table parameter of this tool .
 java.lang.Object getOutTable()
          Returns the Output Table 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 setFieldInfo(java.lang.Object fieldInfo)
          Sets the Field Info parameter of this tool .
 void setInputTable(java.lang.Object inputTable)
          Sets the Input Table 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

SetCADAlias

public SetCADAlias()
Creates the Set CAD Alias tool with defaults.

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


SetCADAlias

public SetCADAlias(java.lang.Object inputTable,
                   java.lang.Object fieldInfo)
Creates the Set CAD Alias tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inputTable - the feature class, feature layer, table, or table view to which you would like to assign CAD-specific field name aliases.
fieldInfo - field info relating a list of aliases matched to the list of existing fields in the input table.
Method Detail

getInputTable

public java.lang.Object getInputTable()
Returns the Input Table parameter of this tool . This parameter is the feature class, feature layer, table, or table view to which you would like to assign CAD-specific field name aliases. This is a required parameter.

Returns:
the Input Table

setInputTable

public void setInputTable(java.lang.Object inputTable)
Sets the Input Table parameter of this tool . This parameter is the feature class, feature layer, table, or table view to which you would like to assign CAD-specific field name aliases. This is a required parameter.

Parameters:
inputTable - the feature class, feature layer, table, or table view to which you would like to assign CAD-specific field name aliases.

getFieldInfo

public java.lang.Object getFieldInfo()
Returns the Field Info parameter of this tool . This parameter is field info relating a list of aliases matched to the list of existing fields in the input table. This is a required parameter.

Returns:
the Field Info

setFieldInfo

public void setFieldInfo(java.lang.Object fieldInfo)
Sets the Field Info parameter of this tool . This parameter is field info relating a list of aliases matched to the list of existing fields in the input table. This is a required parameter.

Parameters:
fieldInfo - field info relating a list of aliases matched to the list of existing fields in the input table.

getOutTable

public java.lang.Object getOutTable()
Returns the Output Table parameter of this tool (Read only). This is an derived parameter.

Returns:
the Output Table

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