com.esri.arcgis.networkanalysis
Interface IEnumEIDInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnumEIDInfo, IEnumEIDInfoProxy

public interface IEnumEIDInfo
extends java.io.Serializable

COM Interface 'IEnumEIDInfo'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'

Description: 'Provides access to members that iterate through an enumeration of EIDInfo objects.' 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 IID70f98340_ccf3_4293_8b1c_7ca1e3bcf97a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          Number of EIDInfo objects in the enumeration.
 IEIDInfo next()
          Gets the next EIDInfo object in the enumeration.
 void reset()
          Resets the enumeration.
 

Field Detail

IID70f98340_ccf3_4293_8b1c_7ca1e3bcf97a

static final int IID70f98340_ccf3_4293_8b1c_7ca1e3bcf97a
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 enumeration.

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

next

IEIDInfo next()
              throws java.io.IOException,
                     AutomationException
Gets the next EIDInfo object in the enumeration.

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Number of EIDInfo objects in the enumeration.

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