|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.IDataElementProxy
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
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geodatabase.IDataElement |
---|
IID, IIDe2c87df0_33d9_4a47_9b67_fa54b2fd7966 |
Constructor Summary | |
---|---|
|
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. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
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. |
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. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
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, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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.UnknownHostException
java.io.IOException
public IDataElementProxy()
public IDataElementProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDataElementProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String IDataElement_getType() throws java.io.IOException, AutomationException
IDataElement_getType
in interface IDataElement
java.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 IDataElement
type
- 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 IDataElement
java.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 IDataElement
name
- 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 IDataElement
java.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 IDataElement
path
- 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 IDataElement
java.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 IDataElement
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.public boolean isChildrenExpanded() throws java.io.IOException, AutomationException
isChildrenExpanded
in interface IDataElement
java.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 IDataElement
childrenExpanded
- 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 IDataElement
java.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 IDataElement
metadataRetrieved
- 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 IDataElement
java.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 IDataElement
fullPropsRetrieved
- 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 IDataElement
java.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 IDataElement
java.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 IDataElement
java.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 IDataElement
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 |