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