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 =
public class IDataElementProxy extends com.esri.arcgis.interop.Dispatch implements IDataElement, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDe2c87df0_33d9_4a47_9b67_fa54b2fd7966| Modifier | Constructor and Description |
|---|---|
|
IDataElementProxy()
Deprecated.
For internal use only
|
|
IDataElementProxy(java.lang.Object obj)
Deprecated.
|
protected |
IDataElementProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IDataElementProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IDataElementProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
java.lang.String |
getBaseName()
Deprecated.
File base name.
|
java.lang.String |
getCatalogPath()
Deprecated.
The string used to retrieve the element.
|
IArray |
getChildren()
Deprecated.
The list of sub-elements.
|
java.lang.String |
getExtension()
Deprecated.
File extension.
|
java.lang.String |
getFile()
Deprecated.
File name.
|
java.lang.String |
getPath()
Deprecated.
File path.
|
java.lang.String |
IDataElement_getName()
Deprecated.
The user assigned name for the element.
|
java.lang.String |
IDataElement_getType()
Deprecated.
The type of the element.
|
boolean |
isChildrenExpanded()
Deprecated.
Indicates if the children have been expanded.
|
boolean |
isFullPropsRetrieved()
Deprecated.
Indicates if full properties have been retrieved.
|
boolean |
isMetadataRetrieved()
Deprecated.
Indicates if the metadata has been retrieved.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setCatalogPath(java.lang.String path)
Deprecated.
The string used to retrieve the element.
|
void |
setChildrenByRef(IArray dataElements)
Deprecated.
The list of sub-elements.
|
void |
setChildrenExpanded(boolean childrenExpanded)
Deprecated.
Indicates if the children have been expanded.
|
void |
setFullPropsRetrieved(boolean fullPropsRetrieved)
Deprecated.
Indicates if full properties have been retrieved.
|
void |
setMetadataRetrieved(boolean metadataRetrieved)
Deprecated.
Indicates if the metadata has been retrieved.
|
void |
setName(java.lang.String name)
Deprecated.
The user assigned name for the element.
|
void |
setType(java.lang.String type)
Deprecated.
The type of the element.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IDataElementProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IDataElementProxy()
public IDataElementProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IDataElementProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IDataElementProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.lang.String IDataElement_getType()
throws java.io.IOException,
AutomationException
IDataElement_getType in interface IDataElementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setType(java.lang.String type)
throws java.io.IOException,
AutomationException
setType in interface IDataElementtype - The type (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String IDataElement_getName()
throws java.io.IOException,
AutomationException
IDataElement_getName in interface IDataElementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IDataElementname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getCatalogPath()
throws java.io.IOException,
AutomationException
getCatalogPath in interface IDataElementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCatalogPath(java.lang.String path)
throws java.io.IOException,
AutomationException
setCatalogPath in interface IDataElementpath - The path (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray getChildren() throws java.io.IOException, AutomationException
getChildren in interface IDataElementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setChildrenByRef(IArray dataElements) throws java.io.IOException, AutomationException
setChildrenByRef in interface IDataElementdataElements - 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.public boolean isChildrenExpanded()
throws java.io.IOException,
AutomationException
isChildrenExpanded in interface IDataElementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setChildrenExpanded(boolean childrenExpanded)
throws java.io.IOException,
AutomationException
setChildrenExpanded in interface IDataElementchildrenExpanded - The childrenExpanded (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isMetadataRetrieved()
throws java.io.IOException,
AutomationException
isMetadataRetrieved in interface IDataElementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMetadataRetrieved(boolean metadataRetrieved)
throws java.io.IOException,
AutomationException
setMetadataRetrieved in interface IDataElementmetadataRetrieved - The metadataRetrieved (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isFullPropsRetrieved()
throws java.io.IOException,
AutomationException
isFullPropsRetrieved in interface IDataElementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFullPropsRetrieved(boolean fullPropsRetrieved)
throws java.io.IOException,
AutomationException
setFullPropsRetrieved in interface IDataElementfullPropsRetrieved - The fullPropsRetrieved (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getPath()
throws java.io.IOException,
AutomationException
getPath in interface IDataElementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getFile()
throws java.io.IOException,
AutomationException
getFile in interface IDataElementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getBaseName()
throws java.io.IOException,
AutomationException
getBaseName in interface IDataElementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getExtension()
throws java.io.IOException,
AutomationException
getExtension in interface IDataElementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.