public interface IGPName
extends java.io.Serializable
Description: 'Provides access to properties of a Geoprocessing Name.' 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID17a47938_e1ed_4d82_a1d1_d274465fcbc4 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategory()
The category of the GPName object.
|
java.lang.String |
getDescription()
The description of the GPName object.
|
java.lang.String |
getDisplayName()
The descriptive display name of the GPName object.
|
java.lang.Object |
getFactory()
The factory object of the GPName object.
|
java.lang.String |
getName()
The name of the GPName object.
|
void |
setCategory(java.lang.String path)
The category of the GPName object.
|
void |
setDescription(java.lang.String description)
The description of the GPName object.
|
void |
setDisplayName(java.lang.String name)
The descriptive display name of the GPName object.
|
void |
setFactoryByRef(java.lang.Object factory)
The factory object of the GPName object.
|
void |
setName(java.lang.String name)
The name of the GPName object.
|
static final int IID17a47938_e1ed_4d82_a1d1_d274465fcbc4
static final int xxDummy
static final java.lang.String IID
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setName(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 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 getCategory()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCategory(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.java.lang.Object getFactory()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFactoryByRef(java.lang.Object factory)
throws java.io.IOException,
AutomationException
factory - A reference to another Object (IUnknown) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.