|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPToolName
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID3cabeaaf_91a8_4c02_aa2f_95c9e01d1682
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
getDescription()
The description of the tool name object. |
IUID |
getDialogCLSID()
The CLSID of the dialog object of the tool name. |
java.lang.String |
getDisplayName()
The display name of the tool name object. |
IGPToolboxName |
getToolboxName()
The toolbox name of the tool name. |
java.lang.String |
getToolCategory()
The category of the tool name object. |
int |
getToolType()
The tool type of the tool name. |
void |
setDescription(java.lang.String description)
The description of the tool name object. |
void |
setDialogCLSIDByRef(IUID ppClsid)
The CLSID of the dialog object of the tool name. |
void |
setDisplayName(java.lang.String name)
The display name of the tool name object. |
void |
setToolboxNameByRef(IGPToolboxName toolboxName)
The toolbox name of the tool name. |
void |
setToolCategory(java.lang.String path)
The category of the tool name object. |
void |
setToolType(int type)
The tool type of the tool name. |
Field Detail |
---|
static final int IID3cabeaaf_91a8_4c02_aa2f_95c9e01d1682
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getDisplayName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(java.lang.String description) throws java.io.IOException, AutomationException
description
- The description (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getToolCategory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToolCategory(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getToolType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToolType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geoprocessing.esriGPToolType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPToolboxName getToolboxName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToolboxNameByRef(IGPToolboxName toolboxName) throws java.io.IOException, AutomationException
toolboxName
- A reference to a com.esri.arcgis.geoprocessing.IGPToolboxName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getDialogCLSID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDialogCLSIDByRef(IUID ppClsid) throws java.io.IOException, AutomationException
ppClsid
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |