|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.ConfigurationParameter
public class 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(Object obj)
Construct a ConfigurationParameter using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getConfigurationString()
The configuration string defined by the parameter. |
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 |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public ConfigurationParameter(Object obj) throws 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
IOException
- if there are interop problems
ConfigurationParameter theConfigurationParameter = (ConfigurationParameter) obj;
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getName() throws IOException, AutomationException
getName
in interface IConfigurationParameter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getConfigurationString() throws IOException, AutomationException
getConfigurationString
in interface IConfigurationParameter
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 |