com.esri.arcgis.geodatabase
Interface IFields

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IFields2, IFieldsEdit
All Known Implementing Classes:
Fields, IFields2Proxy, IFieldsEditProxy, IFieldsProxy

public interface IFields
extends java.io.Serializable

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

Description: 'Provides access to members that return information about the fields.' 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 IID6b2072e3_23f7_11d1_89d8_006097aff44e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int findField(java.lang.String name)
          Finds the index of the named field in the fields collection.
 int findFieldByAliasName(java.lang.String name)
          Finds the index of the field with the alias name in the fields collection.
 IField getField(int index)
          The field at the specified index in the fields collection.
 int getFieldCount()
          The number of fields in the fields collection.
 

Field Detail

IID6b2072e3_23f7_11d1_89d8_006097aff44e

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

getFieldCount

int getFieldCount()
                  throws java.io.IOException,
                         AutomationException
The number of fields in the fields collection.

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

getField

IField getField(int index)
                throws java.io.IOException,
                       AutomationException
The field at the specified index in the fields collection.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findField

int findField(java.lang.String name)
              throws java.io.IOException,
                     AutomationException
Finds the index of the named field in the fields collection.

Parameters:
name - The name (in)
Returns:
The index
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findFieldByAliasName

int findFieldByAliasName(java.lang.String name)
                         throws java.io.IOException,
                                AutomationException
Finds the index of the field with the alias name in the fields collection.

Parameters:
name - The name (in)
Returns:
The index
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.