com.esri.arcgis.geoprocessing
Class IGPToolNameProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGPToolNameProxy
All Implemented Interfaces:
IGPToolName, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGPToolName'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to methods on a tool name 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 =

public class IGPToolNameProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPToolName, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPToolName
IID, IID3cabeaaf_91a8_4c02_aa2f_95c9e01d1682
 
Constructor Summary
  IGPToolNameProxy()
          Deprecated. For internal use only
  IGPToolNameProxy(java.lang.Object obj)
          Deprecated.  
protected IGPToolNameProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPToolNameProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPToolNameProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getDescription()
          Deprecated. The description of the tool name object.
 IUID getDialogCLSID()
          Deprecated. The CLSID of the dialog object of the tool name.
 java.lang.String getDisplayName()
          Deprecated. The display name of the tool name object.
 IGPToolboxName getToolboxName()
          Deprecated. The toolbox name of the tool name.
 java.lang.String getToolCategory()
          Deprecated. The category of the tool name object.
 int getToolType()
          Deprecated. The tool type of the tool name.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDescription(java.lang.String description)
          Deprecated. The description of the tool name object.
 void setDialogCLSIDByRef(IUID ppClsid)
          Deprecated. The CLSID of the dialog object of the tool name.
 void setDisplayName(java.lang.String name)
          Deprecated. The display name of the tool name object.
 void setToolboxNameByRef(IGPToolboxName toolboxName)
          Deprecated. The toolbox name of the tool name.
 void setToolCategory(java.lang.String path)
          Deprecated. The category of the tool name object.
 void setToolType(int type)
          Deprecated. The tool type of the tool name.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGPToolNameProxy

public IGPToolNameProxy(java.lang.String CLSID,
                        java.lang.String host,
                        com.esri.arcgis.interop.AuthInfo authInfo)
                 throws java.net.UnknownHostException,
                        java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGPToolNameProxy

public IGPToolNameProxy()
Deprecated. 
For internal use only


IGPToolNameProxy

public IGPToolNameProxy(java.lang.Object obj)
                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPToolNameProxy

protected IGPToolNameProxy(java.lang.Object obj,
                           java.lang.String iid)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPToolNameProxy

protected IGPToolNameProxy(java.lang.String CLSID,
                           java.lang.String iid,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getDisplayName

public java.lang.String getDisplayName()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The display name of the tool name object.

Specified by:
getDisplayName in interface IGPToolName
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayName

public void setDisplayName(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The display name of the tool name object.

Specified by:
setDisplayName in interface IGPToolName
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The description of the tool name object.

Specified by:
getDescription in interface IGPToolName
Returns:
The description
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

public void setDescription(java.lang.String description)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The description of the tool name object.

Specified by:
setDescription in interface IGPToolName
Parameters:
description - The description (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToolCategory

public java.lang.String getToolCategory()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The category of the tool name object.

Specified by:
getToolCategory in interface IGPToolName
Returns:
The path
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToolCategory

public void setToolCategory(java.lang.String path)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The category of the tool name object.

Specified by:
setToolCategory in interface IGPToolName
Parameters:
path - The path (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToolType

public int getToolType()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The tool type of the tool name.

Specified by:
getToolType in interface IGPToolName
Returns:
A com.esri.arcgis.geoprocessing.esriGPToolType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToolType

public void setToolType(int type)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The tool type of the tool name.

Specified by:
setToolType in interface IGPToolName
Parameters:
type - A com.esri.arcgis.geoprocessing.esriGPToolType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToolboxName

public IGPToolboxName getToolboxName()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The toolbox name of the tool name.

Specified by:
getToolboxName in interface IGPToolName
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPToolboxName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToolboxNameByRef

public void setToolboxNameByRef(IGPToolboxName toolboxName)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The toolbox name of the tool name.

Specified by:
setToolboxNameByRef in interface IGPToolName
Parameters:
toolboxName - A reference to a com.esri.arcgis.geoprocessing.IGPToolboxName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDialogCLSID

public IUID getDialogCLSID()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The CLSID of the dialog object of the tool name.

Specified by:
getDialogCLSID in interface IGPToolName
Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDialogCLSIDByRef

public void setDialogCLSIDByRef(IUID ppClsid)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The CLSID of the dialog object of the tool name.

Specified by:
setDialogCLSIDByRef in interface IGPToolName
Parameters:
ppClsid - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.