com.esri.arcgis.geoprocessing
Interface IEnumFieldType

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumFieldTypeProxy

public interface IEnumFieldType
extends Serializable

Provides access to enumeric esriFieldTypes.

Product Availability

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


Method Summary
 int next()
          Returns the next esriFieldType in the enumeric object.
 void reset()
          Resets the enumeric object.
 

Method Detail

next

int next()
         throws IOException,
                AutomationException
Returns the next esriFieldType in the enumeric object.

Product Availability

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

Supported Platforms

Windows

Returns:
A com.esri.arcgis.geodatabase.esriFieldType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumeric object.

Product Availability

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

Supported Platforms

Windows

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