com.esri.arcgis.geodatabase
Interface IConfigurationParameter2

All Superinterfaces:
IConfigurationParameter, java.io.Serializable
All Known Implementing Classes:
IConfigurationParameter2Proxy

public interface IConfigurationParameter2
extends IConfigurationParameter, java.io.Serializable

COM Interface 'IConfigurationParameter2'. Generated 3/19/2015 1:20:56 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 IID4eac0cf1_ee2a_405c_a18a_c588dc53a0e7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IConfigurationParameter
IID32bd0a83_25e5_4f24_b81b_5ebea2dfe35a
 
Method Summary
 void setConfigurationString(java.lang.String rhs1)
          The configuration string defined by the parameter.
 void setName(java.lang.String rhs1)
          The name of the parameter.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IConfigurationParameter
getConfigurationString, getName
 

Field Detail

IID4eac0cf1_ee2a_405c_a18a_c588dc53a0e7

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

setName

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

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConfigurationString

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

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.