com.esri.arcgis.schematic
Class EnumSchematicQueryParameter

java.lang.Object
  extended by com.esri.arcgis.schematic.EnumSchematicQueryParameter
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, IEnumSchematicQueryParameter, IEnumSchematicQueryParameterEdit, Serializable

public class EnumSchematicQueryParameter
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IEnumSchematicQueryParameter, IEnumSchematicQueryParameterEdit

Provides access to members that enumerate through schematic query parameter objects.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Constructor Summary
EnumSchematicQueryParameter()
          Constructs a EnumSchematicQueryParameter using ArcGIS Engine.
EnumSchematicQueryParameter(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
EnumSchematicQueryParameter theEnumSchematicQueryParameter = (EnumSchematicQueryParameter) obj;
 
Method Summary
 void add(ISchematicQueryParameter queryParameter)
          Adds a schematic query paramater in the enumeration sequence.
 void empty()
          Empties the enumeration sequence.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int getCount()
          Number of items in the schematic query parameters enumeration.
 int hashCode()
          the hashcode for this object
 ISchematicQueryParameter next()
          Retrieves the next schematic query paramater in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to 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

EnumSchematicQueryParameter

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

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

EnumSchematicQueryParameter

public EnumSchematicQueryParameter(Object obj)
                            throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
EnumSchematicQueryParameter theEnumSchematicQueryParameter = (EnumSchematicQueryParameter) obj;

Construct a EnumSchematicQueryParameter using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to EnumSchematicQueryParameter.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
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 ISchematicQueryParameter next()
                              throws IOException,
                                     AutomationException
Retrieves the next schematic query paramater in the enumeration sequence.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

reset

public void reset()
           throws IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getCount

public int getCount()
             throws IOException,
                    AutomationException
Number of items in the schematic query parameters enumeration.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getCount in interface IEnumSchematicQueryParameter
Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

public void add(ISchematicQueryParameter queryParameter)
         throws IOException,
                AutomationException
Adds a schematic query paramater in the enumeration sequence.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
add in interface IEnumSchematicQueryParameterEdit
Parameters:
queryParameter - A reference to a com.esri.arcgis.schematic.ISchematicQueryParameter (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

empty

public void empty()
           throws IOException,
                  AutomationException
Empties the enumeration sequence.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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