com.esri.arcgis.carto
Interface ITableIdentity

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableIdentityProxy, TableIdentity

public interface ITableIdentity
extends java.io.Serializable

COM Interface 'ITableIdentity'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Table Identity' 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 IIDbc701c47_4ba9_443e_bb5a_8e1efd89ba2a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getID()
          getID
 java.lang.String getName()
          getName
 

Field Detail

IIDbc701c47_4ba9_443e_bb5a_8e1efd89ba2a

static final int IIDbc701c47_4ba9_443e_bb5a_8e1efd89ba2a
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

getID

int getID()
          throws java.io.IOException,
                 AutomationException
getID

Returns:
The iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
getName

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