com.esri.arcgis.addinframework
Interface IEnumNode

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

public interface IEnumNode
extends java.io.Serializable

COM Interface 'IEnumNode'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\SharedArcGIS\DepFiles\com\DADF\esriDADFSystem.tlb'

Description: 'IEnumNode Interface' 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 IIDc4df3d9c_0e5d_4224_9ba6_18ecd944f293
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void next(IXMLNode[] ppNode)
          Returns the next node in the collection.
 void reset()
          Resets the enumerator.
 

Field Detail

IIDc4df3d9c_0e5d_4224_9ba6_18ecd944f293

static final int IIDc4df3d9c_0e5d_4224_9ba6_18ecd944f293
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

next

void next(IXMLNode[] ppNode)
          throws java.io.IOException,
                 AutomationException
Returns the next node in the collection.

Parameters:
ppNode - A reference to a com.esri.arcgis.addinframework.IXMLNode (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

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

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