com.esri.arcgis.geodatabase
Interface IEnumConfigurationKeyword

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

public interface IEnumConfigurationKeyword
extends java.io.Serializable

Provides access to members to enumerate configuration keywords.

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 configuration keywords supported by a File or ArcSDE geodatabase.

See Also:
IWorkspaceConfiguration, IConfigurationKeyword

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

Method Detail

next

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

Supported Platforms

Windows, Solaris, Linux

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

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.