com.esri.arcgis.geodatabasedistributed
Interface IEnumModifiedClassInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumModifiedClassInfoProxy

public interface IEnumModifiedClassInfo
extends java.io.Serializable

COM Interface 'IEnumModifiedClassInfo'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description: 'Provides access to members that enumerate modified classes with edits to check in or import.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb3924a28_0d3a_47c6_9d63_71544f1634da
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IModifiedClassInfo next()
          Returns the next object containing information about a modified class with edits to check in or import.
 void reset()
          Resets the enumerator to the beginning.
 

Field Detail

IIDb3924a28_0d3a_47c6_9d63_71544f1634da

static final int IIDb3924a28_0d3a_47c6_9d63_71544f1634da
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumerator to the beginning.

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

next

IModifiedClassInfo next()
                        throws java.io.IOException,
                               AutomationException
Returns the next object containing information about a modified class with edits to check in or import.

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