com.esri.arcgis.geodatabase
Interface IConfigurationParameter

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IConfigurationParameter2
All Known Implementing Classes:
ConfigurationParameter, IConfigurationParameter2Proxy, IConfigurationParameterProxy

public interface IConfigurationParameter
extends java.io.Serializable

COM Interface 'IConfigurationParameter'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID32bd0a83_25e5_4f24_b81b_5ebea2dfe35a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getConfigurationString()
          The configuration string defined by the parameter.
 java.lang.String getName()
          The name of the parameter.
 

Field Detail

IID32bd0a83_25e5_4f24_b81b_5ebea2dfe35a

static final int IID32bd0a83_25e5_4f24_b81b_5ebea2dfe35a
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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the parameter.

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

getConfigurationString

java.lang.String getConfigurationString()
                                        throws java.io.IOException,
                                               AutomationException
The configuration string defined by the parameter.

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