com.esri.arcgis.geoprocessing
Interface IGPTablesDomain2

All Superinterfaces:
IGPTablesDomain, java.io.Serializable
All Known Implementing Classes:
GPTablesDomain, IGPTablesDomain2Proxy

public interface IGPTablesDomain2
extends IGPTablesDomain, java.io.Serializable

COM Interface 'IGPTablesDomain2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the Tables domain.' 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 IID79f5ea17_26d0_44be_9a8b_f3dda0a32ef1
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPTablesDomain
IID15844bbd_aec1_4315_9ba9_9a95a3644af9
 
Method Summary
 boolean isShowOnlyStandaloneTables()
          Indicates whether or not to show only standalone tables.
 void setShowOnlyStandaloneTables(boolean bShowOnlyStandaloneTables)
          Indicates whether or not to show only standalone tables.
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPTablesDomain
isHideJoinedLayers, setHideJoinedLayers
 

Field Detail

IID79f5ea17_26d0_44be_9a8b_f3dda0a32ef1

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

setShowOnlyStandaloneTables

void setShowOnlyStandaloneTables(boolean bShowOnlyStandaloneTables)
                                 throws java.io.IOException,
                                        AutomationException
Indicates whether or not to show only standalone tables.

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

isShowOnlyStandaloneTables

boolean isShowOnlyStandaloneTables()
                                   throws java.io.IOException,
                                          AutomationException
Indicates whether or not to show only standalone tables.

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