com.esri.arcgis.carto
Interface IMapTableDescription

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IStandaloneTableDescription
All Known Implementing Classes:
IMapTableDescriptionProxy, IStandaloneTableDescriptionProxy, LayerDescription, StandaloneTableDescription

public interface IMapTableDescription
extends java.io.Serializable

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

Description: 'Provides access to the available properties of a table description object.' 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 IIDdba8935b_8fa9_49bd_80a7_061d5f0295aa
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDefinitionExpression()
          The definition expression for the table.
 int getID()
          The table ID.
 java.lang.String getSourceID()
          The id of the data source to connect to.
 void setDefinitionExpression(java.lang.String expression)
          The definition expression for the table.
 void setID(int tableID)
          The table ID.
 void setSourceID(java.lang.String srcID)
          The id of the data source to connect to.
 

Field Detail

IIDdba8935b_8fa9_49bd_80a7_061d5f0295aa

static final int IIDdba8935b_8fa9_49bd_80a7_061d5f0295aa
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
The table ID. This is a unique ID for the layer, and is used to identify the table in a number of method calls.

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

setID

void setID(int tableID)
           throws java.io.IOException,
                  AutomationException
The table ID. This is a unique ID for the layer, and is used to identify the table in a number of method calls.

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

getDefinitionExpression

java.lang.String getDefinitionExpression()
                                         throws java.io.IOException,
                                                AutomationException
The definition expression for the table.

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

setDefinitionExpression

void setDefinitionExpression(java.lang.String expression)
                             throws java.io.IOException,
                                    AutomationException
The definition expression for the table.

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

getSourceID

java.lang.String getSourceID()
                             throws java.io.IOException,
                                    AutomationException
The id of the data source to connect to.

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

setSourceID

void setSourceID(java.lang.String srcID)
                 throws java.io.IOException,
                        AutomationException
The id of the data source to connect to.

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