com.esri.arcgis.system
Interface IEnumNamedID

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

public interface IEnumNamedID
extends java.io.Serializable

COM Interface 'IEnumNamedID'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members that enumerate over a set of named IDs.' 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 IID51959a4b_d4a5_11d1_8771_0000f8751720
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int next(java.lang.String[] nextName)
          Obtains the next name-ID pair in the set.
 void reset()
          Resets internal cursor so that the next call to Next returns the first pair in the set.
 

Field Detail

IID51959a4b_d4a5_11d1_8771_0000f8751720

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

int next(java.lang.String[] nextName)
         throws java.io.IOException,
                AutomationException
Obtains the next name-ID pair in the set.

Parameters:
nextName - The nextName (out: use single element array)
Returns:
The identifier
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 internal cursor so that the next call to Next returns the first pair in the set.

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