com.esri.arcgis.geodatabase
Interface IDEBrowseOptions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DEBrowseOptions, IDEBrowseOptionsProxy

public interface IDEBrowseOptions
extends java.io.Serializable

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

Description: 'Provides access to the data element browsing options interface.' 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 IID25e52c75_56a2_4631_9ca3_2de46103ebfb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getExpandType()
          Data element expand type - none, immediate children or all descendants.
 boolean isRetrieveFullProperties()
          Indicates if full properties of a data element should be fetched (heavy-weight properties that involve opening the underlying dataset).
 boolean isRetrieveMetadata()
          Indicates if the data element's metadata should be fetched.
 void setExpandType(int expandType)
          Data element expand type - none, immediate children or all descendants.
 void setRetrieveFullProperties(boolean fullProp)
          Indicates if full properties of a data element should be fetched (heavy-weight properties that involve opening the underlying dataset).
 void setRetrieveMetadata(boolean fullProp)
          Indicates if the data element's metadata should be fetched.
 

Field Detail

IID25e52c75_56a2_4631_9ca3_2de46103ebfb

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

getExpandType

int getExpandType()
                  throws java.io.IOException,
                         AutomationException
Data element expand type - none, immediate children or all descendants.

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

setExpandType

void setExpandType(int expandType)
                   throws java.io.IOException,
                          AutomationException
Data element expand type - none, immediate children or all descendants.

Parameters:
expandType - A com.esri.arcgis.geodatabase.esriDEExpandType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRetrieveFullProperties

boolean isRetrieveFullProperties()
                                 throws java.io.IOException,
                                        AutomationException
Indicates if full properties of a data element should be fetched (heavy-weight properties that involve opening the underlying dataset).

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

setRetrieveFullProperties

void setRetrieveFullProperties(boolean fullProp)
                               throws java.io.IOException,
                                      AutomationException
Indicates if full properties of a data element should be fetched (heavy-weight properties that involve opening the underlying dataset).

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

isRetrieveMetadata

boolean isRetrieveMetadata()
                           throws java.io.IOException,
                                  AutomationException
Indicates if the data element's metadata should be fetched.

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

setRetrieveMetadata

void setRetrieveMetadata(boolean fullProp)
                         throws java.io.IOException,
                                AutomationException
Indicates if the data element's metadata should be fetched.

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