com.esri.arcgis.carto
Interface IMapTableSourceDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapTableSourceDescriptionProxy, MapTableSourceDescription

public interface IMapTableSourceDescription
extends java.io.Serializable

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

Description: 'Provides access to the available properties of a Map Table Source 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 IIDad819691_952f_404d_a8b7_3f14bfcd3200
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getMapTableID()
          The table ID.
 java.lang.String getVersionName()
          Version name.
 void setMapTableID(int mapTableID)
          The table ID.
 void setVersionName(java.lang.String pVersionName)
          Version name.
 

Field Detail

IIDad819691_952f_404d_a8b7_3f14bfcd3200

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

getMapTableID

int getMapTableID()
                  throws java.io.IOException,
                         AutomationException
The table ID. This is a unique ID for the layer, and is used to identify one of the existing tables.

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

setMapTableID

void setMapTableID(int mapTableID)
                   throws java.io.IOException,
                          AutomationException
The table ID. This is a unique ID for the layer, and is used to identify one of the existing tables.

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

getVersionName

java.lang.String getVersionName()
                                throws java.io.IOException,
                                       AutomationException
Version name. Used to change data source of existing table or layer.

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

setVersionName

void setVersionName(java.lang.String pVersionName)
                    throws java.io.IOException,
                           AutomationException
Version name. Used to change data source of existing table or layer.

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