public interface IMapTableDescription
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDdba8935b_8fa9_49bd_80a7_061d5f0295aa |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDdba8935b_8fa9_49bd_80a7_061d5f0295aa
static final int xxDummy
static final java.lang.String IID
int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setID(int tableID) throws java.io.IOException, AutomationException
tableID
- The tableID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDefinitionExpression() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefinitionExpression(java.lang.String expression) throws java.io.IOException, AutomationException
expression
- The expression (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSourceID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSourceID(java.lang.String srcID) throws java.io.IOException, AutomationException
srcID
- The srcID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.