|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IItemInfoType
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 |
---|
static final int IID6d4ee516_777f_46c3_85d1_297f2bd2f8d8
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setID(java.lang.String pTypeID) throws java.io.IOException, AutomationException
pTypeID
- The pTypeID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDisplayName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayName(java.lang.String pDisplayName) throws java.io.IOException, AutomationException
pDisplayName
- The pDisplayName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getKeywords() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setKeywords(IStringArray ppKeywords) throws java.io.IOException, AutomationException
ppKeywords
- A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInfo(IStringArray ppInfo) throws java.io.IOException, AutomationException
ppInfo
- A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |