com.esri.arcgis.carto
Interface IStandaloneTable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IStandaloneTableProxy, StandaloneTable

public interface IStandaloneTable
extends java.io.Serializable

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

Description: 'Provides access to members that control a standalone table.' 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 IIDffc6b179_e3ec_11d3_a096_00c04f6bc626
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDisplayField()
          Primary display field.
 java.lang.String getName()
          Name of the standalone table.
 ITable getTable()
          The table associated with the standalone table.
 boolean isValid()
          Indicates if the standalone table is currently valid.
 void setDisplayField(java.lang.String pFieldName)
          Primary display field.
 void setName(java.lang.String name)
          Name of the standalone table.
 void setTableByRef(ITable ppTable)
          The table associated with the standalone table.
 

Field Detail

IIDffc6b179_e3ec_11d3_a096_00c04f6bc626

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the standalone table.

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the standalone table.

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

getTable

ITable getTable()
                throws java.io.IOException,
                       AutomationException
The table associated with the standalone table.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableByRef

void setTableByRef(ITable ppTable)
                   throws java.io.IOException,
                          AutomationException
The table associated with the standalone table.

Parameters:
ppTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isValid

boolean isValid()
                throws java.io.IOException,
                       AutomationException
Indicates if the standalone table is currently valid.

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

getDisplayField

java.lang.String getDisplayField()
                                 throws java.io.IOException,
                                        AutomationException
Primary display field.

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

setDisplayField

void setDisplayField(java.lang.String pFieldName)
                     throws java.io.IOException,
                            AutomationException
Primary display field.

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