com.esri.arcgis.carto
Interface IRelateInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRelateInfoProxy, RelateInfo

public interface IRelateInfo
extends java.io.Serializable

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

Description: 'Provides access to members that describe a relate.' 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 IIDd44cfdbd_e724_4ef9_92ae_873c8acd18c6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getName()
          The name of the relationship to a table.
 int getRelatedTableID()
          ID of the table related to.
 int getRelationshipID()
          Identifies the specific relationship for a related table.
 

Field Detail

IIDd44cfdbd_e724_4ef9_92ae_873c8acd18c6

static final int IIDd44cfdbd_e724_4ef9_92ae_873c8acd18c6
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
The name of the relationship to a table.

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

getRelationshipID

int getRelationshipID()
                      throws java.io.IOException,
                             AutomationException
Identifies the specific relationship for a related table.

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

getRelatedTableID

int getRelatedTableID()
                      throws java.io.IOException,
                             AutomationException
ID of the table related to.

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