com.esri.arcgis.carto
Interface ITableIdentity

All Superinterfaces:
Serializable
All Known Implementing Classes:
TableIdentity

public interface ITableIdentity
extends Serializable

Table Identity

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int getID()
          getID
 String getName()
          getName
 

Method Detail

getID

int getID()
          throws IOException,
                 AutomationException
getID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getName

String getName()
               throws IOException,
                      AutomationException
getName

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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