|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEBrowseOptions
Provides access to the data element browsing options interface.
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. |
Method Detail |
---|
int getExpandType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExpandType(int expandType) throws IOException, AutomationException
expandType
- A com.esri.arcgis.geodatabase.esriDEExpandType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRetrieveFullProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRetrieveFullProperties(boolean fullProp) throws IOException, AutomationException
fullProp
- The fullProp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRetrieveMetadata() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRetrieveMetadata(boolean fullProp) throws IOException, AutomationException
fullProp
- The fullProp (in)
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 |