com.esri.arcgis.geodatabase
Interface IConfigurationKeyword2

All Superinterfaces:
IConfigurationKeyword, java.io.Serializable
All Known Implementing Classes:
IConfigurationKeyword2Proxy

public interface IConfigurationKeyword2
extends IConfigurationKeyword, java.io.Serializable

COM Interface 'IConfigurationKeyword2'. Generated 3/19/2015 1:20:56 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 IIDbbe02adf_ae75_4ea4_be73_fba83cc3ee10
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IConfigurationKeyword
IID2be5da4c_7a75_4cc9_aa73_c0320b89846f
 
Method Summary
 void setComments(java.lang.String rhs1)
          Any additional comments about the keyword.
 void setDescription(java.lang.String rhs1)
          The description of the keyword.
 void setKeywordType(int rhs1)
          The type of the keyword.
 void setName(java.lang.String rhs1)
          The name of the keyword.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IConfigurationKeyword
getComments, getConfigurationParameters, getDescription, getKeywordType, getName
 

Field Detail

IIDbbe02adf_ae75_4ea4_be73_fba83cc3ee10

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

setKeywordType

void setKeywordType(int rhs1)
                    throws java.io.IOException,
                           AutomationException
The type of the keyword.

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

setName

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

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

setDescription

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

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

setComments

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

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