|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEBrowseOptions
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 |
---|
static final int IID25e52c75_56a2_4631_9ca3_2de46103ebfb
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getExpandType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExpandType(int expandType) throws java.io.IOException, AutomationException
expandType
- A com.esri.arcgis.geodatabase.esriDEExpandType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRetrieveFullProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRetrieveFullProperties(boolean fullProp) throws java.io.IOException, AutomationException
fullProp
- The fullProp (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRetrieveMetadata() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRetrieveMetadata(boolean fullProp) throws java.io.IOException, AutomationException
fullProp
- The fullProp (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |