public class ConfigurationKeyword extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IConfigurationKeyword
Description 'ConfigurationKeyword Object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
IID, IID2be5da4c_7a75_4cc9_aa73_c0320b89846f, xxDummy
Constructor and Description |
---|
ConfigurationKeyword(java.lang.Object obj)
Construct a ConfigurationKeyword using a reference to such an object returned from ArcGIS Engine or Server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
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.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
getKeywordType()
The type of the keyword.
|
java.lang.String |
getName()
The name of the keyword.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setComments(java.lang.String comments)
Any additional comments about the keyword.
|
void |
setDescription(java.lang.String desc)
The description of the keyword.
|
void |
setKeywordType(int keywordType)
The type of the keyword.
|
void |
setName(java.lang.String name)
The name of the keyword.
|
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 Serverjava.io.IOException
- if there are interop problems
ConfigurationKeyword theConfigurationKeyword = (ConfigurationKeyword) obj;
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getKeywordType() throws java.io.IOException, AutomationException
getKeywordType
in interface IConfigurationKeyword
java.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
getName
in interface IConfigurationKeyword
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDescription() throws java.io.IOException, AutomationException
getDescription
in interface IConfigurationKeyword
java.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
getComments
in interface IConfigurationKeyword
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumConfigurationParameter getConfigurationParameters() throws java.io.IOException, AutomationException
getConfigurationParameters
in interface IConfigurationKeyword
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setKeywordType(int keywordType) throws java.io.IOException, AutomationException
setKeywordType
in interface IConfigurationKeyword
keywordType
- A com.esri.arcgis.geodatabase.esriConfigurationKeywordType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface IConfigurationKeyword
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDescription(java.lang.String desc) throws java.io.IOException, AutomationException
setDescription
in interface IConfigurationKeyword
desc
- The desc (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setComments(java.lang.String comments) throws java.io.IOException, AutomationException
setComments
in interface IConfigurationKeyword
comments
- The comments (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.