|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.ConfigurationParameter
ConfigurationParameter Object.
Configuration keywords in an ArcSDE or File geodatabase are used to specify storage parameters for feature classes, tables and geometric networks. These storage parameters are represented by ConfigurationParameter objects.
| Constructor Summary | |
ConfigurationParameter(java.lang.Object obj)
Construct a ConfigurationParameter 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 |
IConfigurationParameter |
getAsIConfigurationParameter()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
java.lang.String |
getConfigurationString()
The configuration string defined by the parameter. |
java.lang.String |
getName()
The name of the parameter. |
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 ConfigurationParameter(java.lang.Object obj)
throws java.io.IOException
obj to ConfigurationParameter. *
ConfigurationParameter o = (ConfigurationParameter)obj; // will not work
ConfigurationParameter o = new ConfigurationParameter(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
ConfigurationParameter theConfigurationParameter = (ConfigurationParameter) obj;
java.io.IOException - if there are interop problems| Method Detail |
public IConfigurationParameter getAsIConfigurationParameter()
public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String getName()
throws java.io.IOException,
AutomationException
IConfigurationParameter
getName in interface IConfigurationParameterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.IConfigurationKeyword
public java.lang.String getConfigurationString()
throws java.io.IOException,
AutomationException
IConfigurationParameter
getConfigurationString in interface IConfigurationParameterAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.IConfigurationKeyword
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||