|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.ConfigurationKeyword
ConfigurationKeyword Object.
Configuration keywords can be of two types:
An enumeration of ConfigurationKeyword objects for an ArcSDE or File geodatabase workspace is returned by the IWorkspaceConfiguration interface.
| Constructor Summary | |
ConfigurationKeyword(java.lang.Object obj)
Construct a ConfigurationKeyword using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IConfigurationKeyword |
getAsIConfigurationKeyword()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
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. |
int |
hashCode()
the hashcode for this object |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConfigurationKeyword(java.lang.Object obj)
throws java.io.IOException
obj to ConfigurationKeyword. *
ConfigurationKeyword o = (ConfigurationKeyword)obj; // will not work
ConfigurationKeyword o = new ConfigurationKeyword(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
ConfigurationKeyword theConfigurationKeyword = (ConfigurationKeyword) obj;
java.io.IOException - if there are interop problems| Method Detail |
public IConfigurationKeyword getAsIConfigurationKeyword()
public boolean equals(java.lang.Object o)
public int hashCode()
public int getKeywordType()
throws java.io.IOException,
AutomationException
IConfigurationKeyword
getKeywordType in interface IConfigurationKeywordjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
IConfigurationKeyword
getName in interface IConfigurationKeywordAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
IConfigurationKeywordConfiguration keywords in an ArcSDE or File geodatabase can have descriptions associated with them. A keyword's description is a user-friendly string that describes the configuration keyword.
getDescription in interface IConfigurationKeywordjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getComments()
throws java.io.IOException,
AutomationException
IConfigurationKeywordConfiguration keywords in an ArcSDE or File geodatabase can have descriptions associated with them. A keyword's description is text that describes what the configuration keyword is used for.
getComments in interface IConfigurationKeywordAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IEnumConfigurationParameter getConfigurationParameters()
throws java.io.IOException,
AutomationException
IConfigurationKeywordConfiguration keywords in an ArcSDE or File geodatabase are used to specify storage parameters for feature class, tables and geometric networks. These storage parameters can be accessed through the IConfigurationParameters interface. This method returns a collection of parameters for a configuration keyword.
getConfigurationParameters in interface IConfigurationKeywordAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||