com.esri.arcgis.geodatabase
Interface IConfigurationKeyword2

All Superinterfaces:
IConfigurationKeyword, Serializable
All Known Implementing Classes:
IConfigurationKeyword2Proxy

public interface IConfigurationKeyword2
extends IConfigurationKeyword, Serializable

Provides access to members to supply information about configuration keywords.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void setComments(String rhs1)
          Any additional comments about the keyword.
 void setDescription(String rhs1)
          The description of the keyword.
 void setKeywordType(int rhs1)
          The type of the keyword.
 void setName(String rhs1)
          The name of the keyword.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IConfigurationKeyword
getComments, getConfigurationParameters, getDescription, getKeywordType, getName
 

Method Detail

setKeywordType

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setDescription

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setComments

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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