com.esri.arcgis.carto
Interface IRelatedRecordSet

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRelatedRecordSetProxy, RelatedRecordSet

public interface IRelatedRecordSet
extends java.io.Serializable

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

Description: 'Provides access to the RelatedRecordSet members.' 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 IIDcb15d999_15d4_4d34_ae80_4aa9619078ec
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFields getRelatedRecordFields()
          Fields of the values in the RelatedRecordGroups.
 IRelatedRecordGroups getRelatedRecordGroups()
          Groups of records that are related to each row id.
 

Field Detail

IIDcb15d999_15d4_4d34_ae80_4aa9619078ec

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

getRelatedRecordFields

IFields getRelatedRecordFields()
                               throws java.io.IOException,
                                      AutomationException
Fields of the values in the RelatedRecordGroups.

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

getRelatedRecordGroups

IRelatedRecordGroups getRelatedRecordGroups()
                                            throws java.io.IOException,
                                                   AutomationException
Groups of records that are related to each row id.

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