com.esri.arcgis.search
Interface IItemInfoType

All Superinterfaces:
Serializable
All Known Implementing Classes:
ItemInfoType

public interface IItemInfoType
extends Serializable

Provides access to IItemInfoType.


Method Summary
 String getDisplayName()
          DisplayName of the ItemInfoType.
 String getID()
          ID of the ItemInfoType.
 IStringArray getInfo()
          The additional info of the ItemInfoType.
 IStringArray getKeywords()
          The keywords of the ItemInfoType.
 void setDisplayName(String pDisplayName)
          DisplayName of the ItemInfoType.
 void setID(String pTypeID)
          ID of the ItemInfoType.
 void setInfo(IStringArray ppInfo)
          The additional info of the ItemInfoType.
 void setKeywords(IStringArray ppKeywords)
          The keywords of the ItemInfoType.
 

Method Detail

getID

String getID()
             throws IOException,
                    AutomationException
ID of the ItemInfoType.

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

setID

void setID(String pTypeID)
           throws IOException,
                  AutomationException
ID of the ItemInfoType.

Parameters:
pTypeID - The pTypeID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayName

String getDisplayName()
                      throws IOException,
                             AutomationException
DisplayName of the ItemInfoType.

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

setDisplayName

void setDisplayName(String pDisplayName)
                    throws IOException,
                           AutomationException
DisplayName of the ItemInfoType.

Parameters:
pDisplayName - The pDisplayName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKeywords

IStringArray getKeywords()
                         throws IOException,
                                AutomationException
The keywords of the ItemInfoType.

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

setKeywords

void setKeywords(IStringArray ppKeywords)
                 throws IOException,
                        AutomationException
The keywords of the ItemInfoType.

Parameters:
ppKeywords - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInfo

IStringArray getInfo()
                     throws IOException,
                            AutomationException
The additional info of the ItemInfoType.

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

setInfo

void setInfo(IStringArray ppInfo)
             throws IOException,
                    AutomationException
The additional info of the ItemInfoType.

Parameters:
ppInfo - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.