com.esri.arcgis.catalog
Interface IGxGPTool

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxTool, IGxGPToolProxy

public interface IGxGPTool
extends java.io.Serializable

COM Interface 'IGxGPTool'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to properties/methods of a catalog geoprocessing tool object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID68c7a493_b394_479f_82bb_1c317dadb734
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGPTool getTool()
          The geoprocessing tool object associated with this catalog geoprocessing tool object.
 void setToolByRef(IGPTool tool)
          The geoprocessing tool object associated with this catalog geoprocessing tool object.
 void updateToolState()
          Updates the icon of the geoprocessing tool displayed in ArcCatalog.
 

Field Detail

IID68c7a493_b394_479f_82bb_1c317dadb734

static final int IID68c7a493_b394_479f_82bb_1c317dadb734
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTool

IGPTool getTool()
                throws java.io.IOException,
                       AutomationException
The geoprocessing tool object associated with this catalog geoprocessing tool object.

Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPTool
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToolByRef

void setToolByRef(IGPTool tool)
                  throws java.io.IOException,
                         AutomationException
The geoprocessing tool object associated with this catalog geoprocessing tool object.

Parameters:
tool - A reference to a com.esri.arcgis.geoprocessing.IGPTool (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateToolState

void updateToolState()
                     throws java.io.IOException,
                            AutomationException
Updates the icon of the geoprocessing tool displayed in ArcCatalog.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.