public interface ITableNameSet
extends java.io.Serializable
Description: 'Provides access to members that describe 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID612806d1_9887_4bf7_b555_03b84aa8c8e5 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String name,
IDatasetName tableName)
Add table to set.
|
IDatasetName |
find(java.lang.String name)
Find table in set.
|
boolean |
isExists(java.lang.String name)
Does the set contain this table.
|
void |
remove(java.lang.String name)
Remove table from set.
|
static final int IID612806d1_9887_4bf7_b555_03b84aa8c8e5
static final int xxDummy
static final java.lang.String IID
void add(java.lang.String name,
IDatasetName tableName)
throws java.io.IOException,
AutomationException
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.void remove(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IDatasetName find(java.lang.String name) throws java.io.IOException, AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isExists(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.