com.esri.arcgis.search
Interface IItemInfoType

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IItemInfoTypeProxy, ItemInfoType

public interface IItemInfoType
extends java.io.Serializable

COM Interface 'IItemInfoType'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'

Description: 'Provides access to IItemInfoType.' 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 IID6d4ee516_777f_46c3_85d1_297f2bd2f8d8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDisplayName()
          DisplayName of the ItemInfoType.
 java.lang.String getID()
          ID of the ItemInfoType.
 IStringArray getInfo()
          The additional info of the ItemInfoType.
 IStringArray getKeywords()
          The keywords of the ItemInfoType.
 void setDisplayName(java.lang.String pDisplayName)
          DisplayName of the ItemInfoType.
 void setID(java.lang.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.
 

Field Detail

IID6d4ee516_777f_46c3_85d1_297f2bd2f8d8

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

getID

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

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

setID

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

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

getDisplayName

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

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

setDisplayName

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

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

getKeywords

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

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

setKeywords

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

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

getInfo

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

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

setInfo

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

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