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

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

public class RemoveSubtype
extends AbstractGPTool

Removes a subtype from the input table using its code. The Remove Subtype 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
RemoveSubtype()
          Creates the Remove Subtype tool with defaults.
RemoveSubtype(java.lang.Object inTable, java.lang.Object subtypeCode)
          Creates the Remove Subtype tool with the required parameters.
 
Method Summary
 java.lang.Object getInTable()
          Returns the Input Table parameter of this tool .
 java.lang.Object getOutTable()
          Returns the Output Table parameter of this tool (Read only).
 java.lang.Object getSubtypeCode()
          Returns the Subtype Code parameter of this tool .
 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 setInTable(java.lang.Object inTable)
          Sets the Input Table parameter of this tool .
 void setSubtypeCode(java.lang.Object subtypeCode)
          Sets the Subtype Code 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

RemoveSubtype

public RemoveSubtype()
Creates the Remove Subtype tool with defaults.

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


RemoveSubtype

public RemoveSubtype(java.lang.Object inTable,
                     java.lang.Object subtypeCode)
Creates the Remove Subtype 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:
inTable - the feature class or table containing the subtype definition.
subtypeCode - the code used to remove a subtype from the input table or feature class.
Method Detail

getInTable

public java.lang.Object getInTable()
Returns the Input Table parameter of this tool . This parameter is the feature class or table containing the subtype definition. This is a required parameter.

Returns:
the Input Table

setInTable

public void setInTable(java.lang.Object inTable)
Sets the Input Table parameter of this tool . This parameter is the feature class or table containing the subtype definition. This is a required parameter.

Parameters:
inTable - the feature class or table containing the subtype definition.

getSubtypeCode

public java.lang.Object getSubtypeCode()
Returns the Subtype Code parameter of this tool . This parameter is the code used to remove a subtype from the input table or feature class. This is a required parameter.

Returns:
the Subtype Code

setSubtypeCode

public void setSubtypeCode(java.lang.Object subtypeCode)
Sets the Subtype Code parameter of this tool . This parameter is the code used to remove a subtype from the input table or feature class. This is a required parameter.

Parameters:
subtypeCode - the code used to remove a subtype from the input table or feature class.

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