com.esri.arcgis.geodatabase
Interface IEnumConflictClass

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumConflictClass, IEnumConflictClassProxy

public interface IEnumConflictClass
extends Serializable

Provides access to members that enumerate through conflict classes.

Description

Objects of this type are created through the IVersionEdit.ConflictClasses property. The enumeration contains a set of IConflictClass objects that contain conflicts after performing a reconcile.

Use the IEnumConflictClass interface when you need to iterate through the classes that contain conflicts.

Product Availability

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


Method Summary
 IConflictClass next()
          Retrieves the next conflict class in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to the beginning.
 

Method Detail

next

IConflictClass next()
                    throws IOException,
                           AutomationException
Retrieves the next conflict class in the enumeration sequence.

Remarks

The Next method returns the next conflict class.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.geodatabase.IConflictClass
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

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

Remarks

The Reset method resets the enumeration sequence to the beginning.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.