com.esri.arcgis.geodatabase
Interface IEnumNetWeightAssociation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnumNetWeightAssociation, IEnumNetWeightAssociationProxy

public interface IEnumNetWeightAssociation
extends java.io.Serializable

COM Interface 'IEnumNetWeightAssociation'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that iterate through an enumeration of weight associations.' 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 IID13d15d41_1119_11d2_b284_0000f878229e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          Number of weight associations in this enumeration.
 INetWeightAssociation next()
          Returns the next weight association in this enumeration.
 void reset()
          Forces the enumerator pointing to the first weight association in this enumeration.
 

Field Detail

IID13d15d41_1119_11d2_b284_0000f878229e

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Number of weight associations in this enumeration.

Returns:
The count
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
Forces the enumerator pointing to the first weight association in this enumeration.

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

next

INetWeightAssociation next()
                           throws java.io.IOException,
                                  AutomationException
Returns the next weight association in this enumeration.

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