|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConfigurationKeyword2
Provides access to members to supply information about configuration keywords.
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 |
---|
void setKeywordType(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.geodatabase.esriConfigurationKeywordType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setComments(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |