com.esri.arcgis.carto
Interface IStandaloneTableInfo

All Superinterfaces:
IMapTableInfo, java.io.Serializable
All Known Implementing Classes:
IStandaloneTableInfoProxy, StandaloneTableInfo

public interface IStandaloneTableInfo
extends IMapTableInfo, java.io.Serializable

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

Description: 'Provides access to StandaloneTableInfo.' 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 IID1095230c_75d1_459c_bd67_5c2c3f3b01b7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IMapTableInfo
IID08ab1be0_d464_4882_a721_d72fbb36903a
 
Method Summary
 java.lang.String getDescription()
          The description of the Stand Alone table.
 
Methods inherited from interface com.esri.arcgis.carto.IMapTableInfo
getDisplayField, getFields, getHTMLPopupType, getID, getName, getOIDFieldName, getRelateInfos, isHasAttachments, isHasSubtype
 

Field Detail

IID1095230c_75d1_459c_bd67_5c2c3f3b01b7

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The description of the Stand Alone table. This property is set in the General tab of the Properties dialog.

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