com.esri.arcgis.geodatabase
Interface IRelQueryTableSettings

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRelQueryTableSettingsProxy, RelQueryTable

public interface IRelQueryTableSettings
extends java.io.Serializable

COM Interface 'IRelQueryTableSettings'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that RelQueryTable behavior.' 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 IIDfda93763_eb76_40a6_ba53_eddaefcdde07
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isFireRowChangedEvents()
          Indicates if Fire row changed events.
 void setFireRowChangedEvents(boolean fireRowEvents)
          Indicates if Fire row changed events.
 

Field Detail

IIDfda93763_eb76_40a6_ba53_eddaefcdde07

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

isFireRowChangedEvents

boolean isFireRowChangedEvents()
                               throws java.io.IOException,
                                      AutomationException
Indicates if Fire row changed events.

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

setFireRowChangedEvents

void setFireRowChangedEvents(boolean fireRowEvents)
                             throws java.io.IOException,
                                    AutomationException
Indicates if Fire row changed events.

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