com.esri.arcgis.geodatabase
Interface IDataElementHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataElementHelper, IDataElementHelperProxy

public interface IDataElementHelper
extends java.io.Serializable

COM Interface 'IDataElementHelper'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that allow you to get a reference to a DataElement.' 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 IID11de55f8_84d3_4b69_b157_a1d969859fc2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDataElement getDataElement()
          The data element for this data element helper.
 

Field Detail

IID11de55f8_84d3_4b69_b157_a1d969859fc2

static final int IID11de55f8_84d3_4b69_b157_a1d969859fc2
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDataElement

IDataElement getDataElement()
                            throws java.io.IOException,
                                   AutomationException
The data element for this data element helper.

Returns:
A reference to a com.esri.arcgis.geodatabase.IDataElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.