com.esri.arcgis.geodatabase
Interface IConfigurationKeyword

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IConfigurationKeyword2
All Known Implementing Classes:
ConfigurationKeyword, IConfigurationKeyword2Proxy, IConfigurationKeywordProxy

public interface IConfigurationKeyword
extends java.io.Serializable

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

Description: 'Provides access to members to supply information about configuration keywords.' 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 IID2be5da4c_7a75_4cc9_aa73_c0320b89846f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getComments()
          Any additional comments about the keyword.
 IEnumConfigurationParameter getConfigurationParameters()
          Configuration parameters included in this keyword.
 java.lang.String getDescription()
          The description of the keyword.
 int getKeywordType()
          The type of the keyword.
 java.lang.String getName()
          The name of the keyword.
 

Field Detail

IID2be5da4c_7a75_4cc9_aa73_c0320b89846f

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

getKeywordType

int getKeywordType()
                   throws java.io.IOException,
                          AutomationException
The type of the keyword.

Returns:
A com.esri.arcgis.geodatabase.esriConfigurationKeywordType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

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

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The description of the keyword.

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

getComments

java.lang.String getComments()
                             throws java.io.IOException,
                                    AutomationException
Any additional comments about the keyword.

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

getConfigurationParameters

IEnumConfigurationParameter getConfigurationParameters()
                                                       throws java.io.IOException,
                                                              AutomationException
Configuration parameters included in this keyword.

Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumConfigurationParameter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.