com.esri.arcgis.addinframework
Interface IAddInRecord

All Superinterfaces:
IXMLNode, java.io.Serializable
All Known Implementing Classes:
IAddInRecordProxy

public interface IAddInRecord
extends IXMLNode, java.io.Serializable

COM Interface 'IAddInRecord'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\SharedArcGIS\DepFiles\com\DADF\esriDADFSystem.tlb'

Description: 'IAddInRecord Interface' 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 IID5f0889f5_d10b_41f2_a4c6_b91becceaab6
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.addinframework.IXMLNode
IIDfe770e29_4d85_4f7d_be32_1976acf3b6c7
 
Method Summary
 java.lang.String esri_getClass()
          The full class name including namespace.
 java.lang.String esri_toString()
          Return the whole xml element as text.
 java.lang.String getAddInPath()
          The full path to the AddIn.
 java.lang.String getHelpSource()
          The help source to the AddIn.
 java.lang.String getLibrary()
          The full path to the associated AddIn library.
 
Methods inherited from interface com.esri.arcgis.addinframework.IXMLNode
getList, getParent, getSubNode, getType, getValue, readBool, readGUID, readInteger, readReal, readStream, readString
 

Field Detail

IID5f0889f5_d10b_41f2_a4c6_b91becceaab6

static final int IID5f0889f5_d10b_41f2_a4c6_b91becceaab6
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

getLibrary

java.lang.String getLibrary()
                            throws java.io.IOException,
                                   AutomationException
The full path to the associated AddIn library.

Returns:
The pathLibrary
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_getClass

java.lang.String esri_getClass()
                               throws java.io.IOException,
                                      AutomationException
The full class name including namespace.

Returns:
The className
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAddInPath

java.lang.String getAddInPath()
                              throws java.io.IOException,
                                     AutomationException
The full path to the AddIn.

Returns:
The pathAddIn
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_toString

java.lang.String esri_toString()
                               throws java.io.IOException,
                                      AutomationException
Return the whole xml element as text.

Returns:
The recValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHelpSource

java.lang.String getHelpSource()
                               throws java.io.IOException,
                                      AutomationException
The help source to the AddIn.

Returns:
The helpSource
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.