|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.search.ItemInfoType
public class ItemInfoType
The ItemInfoType coclass.
Constructor Summary | |
---|---|
ItemInfoType()
Constructs a ItemInfoType using ArcGIS Engine. |
|
ItemInfoType(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ItemInfoType theItemInfoType = (ItemInfoType) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public ItemInfoType() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ItemInfoType(Object obj) throws IOException
ItemInfoType theItemInfoType = (ItemInfoType) obj;
obj
to ItemInfoType
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getID() throws IOException, AutomationException
getID
in interface IItemInfoType
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setID(String pTypeID) throws IOException, AutomationException
setID
in interface IItemInfoType
pTypeID
- The pTypeID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDisplayName() throws IOException, AutomationException
getDisplayName
in interface IItemInfoType
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayName(String pDisplayName) throws IOException, AutomationException
setDisplayName
in interface IItemInfoType
pDisplayName
- The pDisplayName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getKeywords() throws IOException, AutomationException
getKeywords
in interface IItemInfoType
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setKeywords(IStringArray ppKeywords) throws IOException, AutomationException
setKeywords
in interface IItemInfoType
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.public IStringArray getInfo() throws IOException, AutomationException
getInfo
in interface IItemInfoType
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInfo(IStringArray ppInfo) throws IOException, AutomationException
setInfo
in interface IItemInfoType
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 |