com.esri.arcgis.geodatabase
Interface IEnumConfigurationParameter

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

public interface IEnumConfigurationParameter
extends java.io.Serializable

Provides access to members to enumerate configuration parameters.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

When To Use

Use this interface to iterate through the collection of parameters referenced by a configuration keyword.

See Also:
IConfigurationKeyword, IConfigurationParameter

Method Summary
 IConfigurationParameter next()
          Retrieves the next configuration parameter in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to the beginning.
 

Method Detail

next

public IConfigurationParameter next()
                             throws java.io.IOException,
                                    AutomationException
Retrieves the next configuration parameter in the enumeration sequence.

Supported Platforms

Windows, Solaris, Linux

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

reset

public void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

Supported Platforms

Windows, Solaris, Linux

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
IConfigurationKeyword, IConfigurationParameter