public class TableNameSet extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ITableNameSet
Description 'A set of table names.' 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, IID612806d1_9887_4bf7_b555_03b84aa8c8e5, xxDummy
Constructor and Description |
---|
TableNameSet(java.lang.Object obj)
Construct a TableNameSet using a reference to such an object returned from ArcGIS Engine or Server.
|
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String name,
IDatasetName tableName)
Add table to set.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
IDatasetName |
find(java.lang.String name)
Find table in set.
|
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 |
hashCode()
the hashcode for this object
|
boolean |
isExists(java.lang.String name)
Does the set contain this table.
|
void |
release()
Release this COM object reference
|
void |
remove(java.lang.String name)
Remove table from set.
|
public TableNameSet(java.lang.Object obj) throws java.io.IOException
obj
to TableNameSet
. *
TableNameSet o = (TableNameSet)obj; // will not work
TableNameSet o = new TableNameSet(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problems
TableNameSet theTableNameSet = (TableNameSet) 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 void add(java.lang.String name, IDatasetName tableName) throws java.io.IOException, AutomationException
add
in interface ITableNameSet
name
- The name (in)tableName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void remove(java.lang.String name) throws java.io.IOException, AutomationException
remove
in interface ITableNameSet
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IDatasetName find(java.lang.String name) throws java.io.IOException, AutomationException
find
in interface ITableNameSet
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isExists(java.lang.String name) throws java.io.IOException, AutomationException
isExists
in interface ITableNameSet
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.