com.esri.arcgis.geodatabase
Interface ITableNameSet

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableNameSetProxy, TableNameSet

public interface ITableNameSet
extends java.io.Serializable

COM Interface 'ITableNameSet'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID612806d1_9887_4bf7_b555_03b84aa8c8e5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID612806d1_9887_4bf7_b555_03b84aa8c8e5

static final int IID612806d1_9887_4bf7_b555_03b84aa8c8e5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

add

void add(java.lang.String name,
         IDatasetName tableName)
         throws java.io.IOException,
                AutomationException
Add table to set.

Parameters:
name - The name (in)
tableName - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(java.lang.String name)
            throws java.io.IOException,
                   AutomationException
Remove table from set.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

find

IDatasetName find(java.lang.String name)
                  throws java.io.IOException,
                         AutomationException
Find table in set.

Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IDatasetName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isExists

boolean isExists(java.lang.String name)
                 throws java.io.IOException,
                        AutomationException
Does the set contain this table.

Parameters:
name - The name (in)
Returns:
The exists
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.