com.esri.arcgis.geoprocessing
Interface IGPTablesDomain

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IGPTablesDomain2
All Known Implementing Classes:
GPTablesDomain, IGPTablesDomain2Proxy, IGPTablesDomainProxy

public interface IGPTablesDomain
extends java.io.Serializable

COM Interface 'IGPTablesDomain'. 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 IID15844bbd_aec1_4315_9ba9_9a95a3644af9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isHideJoinedLayers()
          Indicates whether or not to hide joined layers.
 void setHideJoinedLayers(boolean hide)
          Indicates whether or not to hide joined layers.
 

Field Detail

IID15844bbd_aec1_4315_9ba9_9a95a3644af9

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

setHideJoinedLayers

void setHideJoinedLayers(boolean hide)
                         throws java.io.IOException,
                                AutomationException
Indicates whether or not to hide joined layers.

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

isHideJoinedLayers

boolean isHideJoinedLayers()
                           throws java.io.IOException,
                                  AutomationException
Indicates whether or not to hide joined layers.

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