com.esri.arcgis.system
Interface IEnumUID

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

public interface IEnumUID
extends java.io.Serializable

COM Interface 'IEnumUID'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to an enumerator over a set of component 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 IIDcd5f0f7d_38ee_4de5_8efd_41fdb542b501
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IUID next()
          Obtains the next component ID in the collection.
 void reset()
          Resets the enumerator back to the beginning of the collection.
 

Field Detail

IIDcd5f0f7d_38ee_4de5_8efd_41fdb542b501

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

IUID next()
          throws java.io.IOException,
                 AutomationException
Obtains the next component ID in the collection.

Returns:
A reference to a com.esri.arcgis.system.IUID
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 back to the beginning of the collection.

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