public interface IConfigurationParameter
extends java.io.Serializable
Description: 'Provides access to members to supply information about configuration paramters.' 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 |
IID32bd0a83_25e5_4f24_b81b_5ebea2dfe35a |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfigurationString()
The configuration string defined by the parameter.
|
java.lang.String |
getName()
The name of the parameter.
|
void |
setConfigurationString(java.lang.String str)
The configuration string defined by the parameter.
|
void |
setName(java.lang.String name)
The name of the parameter.
|
static final int IID32bd0a83_25e5_4f24_b81b_5ebea2dfe35a
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.java.lang.String getConfigurationString()
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.void setConfigurationString(java.lang.String str)
throws java.io.IOException,
AutomationException
str - The str (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.