com.esri.arcgis.addinframework
Interface IAddInRecord

All Superinterfaces:
IXMLNode, Serializable
All Known Implementing Classes:
IAddInRecordProxy

public interface IAddInRecord
extends IXMLNode, Serializable

IAddInRecord Interface


Method Summary
 String esri_getClass()
          The full class name including namespace.
 String esri_toString()
          Return the whole xml element as text.
 String getAddInPath()
          The full path to the AddIn.
 String getHelpSource()
          The help source to the AddIn.
 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
 

Method Detail

getLibrary

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

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

esri_getClass

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

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

getAddInPath

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

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

esri_toString

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

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

getHelpSource

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

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