public interface ITableBuilder
extends java.io.Serializable
Description: 'Provides access to members that control a table builder.' 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 |
IID30e5ab73_f4fd_4baf_a47f_25928f13e76d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroupField()
The name of the field that contains values that identify groups of related items.
|
java.lang.String |
getNameField()
The name of the field that contains a friendly name for an item.
|
java.lang.String |
getRasterField()
The name of the field that contains either a path to a raster dataset or stores a raster value object.
|
java.lang.String |
getTagField()
The name of the field that provides an item with a tag that unique identifies the item within a group.
|
void |
setGroupField(java.lang.String pGroupField)
The name of the field that contains values that identify groups of related items.
|
void |
setNameField(java.lang.String pNameField)
The name of the field that contains a friendly name for an item.
|
void |
setRasterField(java.lang.String pRasterField)
The name of the field that contains either a path to a raster dataset or stores a raster value object.
|
void |
setTagField(java.lang.String pTagField)
The name of the field that provides an item with a tag that unique identifies the item within a group.
|
static final int IID30e5ab73_f4fd_4baf_a47f_25928f13e76d
static final int xxDummy
static final java.lang.String IID
void setNameField(java.lang.String pNameField) throws java.io.IOException, AutomationException
pNameField
- The pNameField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getNameField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterField(java.lang.String pRasterField) throws java.io.IOException, AutomationException
pRasterField
- The pRasterField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getRasterField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGroupField(java.lang.String pGroupField) throws java.io.IOException, AutomationException
pGroupField
- The pGroupField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getGroupField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTagField(java.lang.String pTagField) throws java.io.IOException, AutomationException
pTagField
- The pTagField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTagField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.