com.esri.arcgis.search
Class EnumItemInfoTypes

java.lang.Object
  extended by com.esri.arcgis.search.EnumItemInfoTypes
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, IEnumItemInfoTypes, Serializable

public class EnumItemInfoTypes
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IEnumItemInfoTypes

The EnumItemInfoTypes coclass.

See Also:
Serialized Form

Constructor Summary
EnumItemInfoTypes()
          Constructs a EnumItemInfoTypes using ArcGIS Engine.
EnumItemInfoTypes(Object obj)
          Construct a EnumItemInfoTypes using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 IItemInfoType next()
          The next ItemInfoType.
 void reset()
          Starts the enumeration at the beginning.
 
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

EnumItemInfoTypes

public EnumItemInfoTypes()
                  throws IOException,
                         UnknownHostException
Constructs a EnumItemInfoTypes using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

EnumItemInfoTypes

public EnumItemInfoTypes(Object obj)
                  throws IOException
Construct a EnumItemInfoTypes using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to EnumItemInfoTypes.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems EnumItemInfoTypes theEnumItemInfoTypes = (EnumItemInfoTypes) obj;
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

next

public IItemInfoType next()
                   throws IOException,
                          AutomationException
The next ItemInfoType.

Specified by:
next in interface IEnumItemInfoTypes
Returns:
A reference to a com.esri.arcgis.search.IItemInfoType
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

public void reset()
           throws IOException,
                  AutomationException
Starts the enumeration at the beginning.

Specified by:
reset in interface IEnumItemInfoTypes
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.