public interface IDataElement
extends java.io.Serializable
Description: 'Provides access to the Basic Data Element.' 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe2c87df0_33d9_4a47_9b67_fa54b2fd7966 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseName()
File base name.
|
java.lang.String |
getCatalogPath()
The string used to retrieve the element.
|
IArray |
getChildren()
The list of sub-elements.
|
java.lang.String |
getExtension()
File extension.
|
java.lang.String |
getFile()
File name.
|
java.lang.String |
getPath()
File path.
|
java.lang.String |
IDataElement_getName()
The user assigned name for the element.
|
java.lang.String |
IDataElement_getType()
The type of the element.
|
boolean |
isChildrenExpanded()
Indicates if the children have been expanded.
|
boolean |
isFullPropsRetrieved()
Indicates if full properties have been retrieved.
|
boolean |
isMetadataRetrieved()
Indicates if the metadata has been retrieved.
|
void |
setCatalogPath(java.lang.String path)
The string used to retrieve the element.
|
void |
setChildrenByRef(IArray dataElements)
The list of sub-elements.
|
void |
setChildrenExpanded(boolean childrenExpanded)
Indicates if the children have been expanded.
|
void |
setFullPropsRetrieved(boolean fullPropsRetrieved)
Indicates if full properties have been retrieved.
|
void |
setMetadataRetrieved(boolean metadataRetrieved)
Indicates if the metadata has been retrieved.
|
void |
setName(java.lang.String name)
The user assigned name for the element.
|
void |
setType(java.lang.String type)
The type of the element.
|
static final int IIDe2c87df0_33d9_4a47_9b67_fa54b2fd7966
static final int xxDummy
static final java.lang.String IID
java.lang.String IDataElement_getType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setType(java.lang.String type)
throws java.io.IOException,
AutomationException
type - The type (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String IDataElement_getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getCatalogPath()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCatalogPath(java.lang.String path)
throws java.io.IOException,
AutomationException
path - The path (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IArray getChildren() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setChildrenByRef(IArray dataElements) throws java.io.IOException, AutomationException
dataElements - A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isChildrenExpanded()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setChildrenExpanded(boolean childrenExpanded)
throws java.io.IOException,
AutomationException
childrenExpanded - The childrenExpanded (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isMetadataRetrieved()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMetadataRetrieved(boolean metadataRetrieved)
throws java.io.IOException,
AutomationException
metadataRetrieved - The metadataRetrieved (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isFullPropsRetrieved()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFullPropsRetrieved(boolean fullPropsRetrieved)
throws java.io.IOException,
AutomationException
fullPropsRetrieved - The fullPropsRetrieved (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getPath()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getFile()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getBaseName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getExtension()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.