com.esri.arcgis.geodatabase
Interface ITableFields

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, ImageServerLayer, IMSSubFeatureLayer, ITableFieldsProxy, RasterLayer, StandaloneTable, TemporalFeatureLayer, TerrainLayer, TinLayer

public interface ITableFields
extends java.io.Serializable

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

Description: 'Provides access to members that return information about a table.' 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 IIDe5966b0a_e3d9_11d3_a096_00c04f6bc626
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int findField(java.lang.String fieldName)
          The index of the field with the given name.
 IField getField(int index)
          The field at the given index.
 int getFieldCount()
          The field count.
 IFieldInfo getFieldInfo(int index)
          The extended field information for the field at the given index.
 

Field Detail

IIDe5966b0a_e3d9_11d3_a096_00c04f6bc626

static final int IIDe5966b0a_e3d9_11d3_a096_00c04f6bc626
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 field count.

Returns:
The count
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 given index.

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.

getFieldInfo

IFieldInfo getFieldInfo(int index)
                        throws java.io.IOException,
                               AutomationException
The extended field information for the field at the given index.

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

findField

int findField(java.lang.String fieldName)
              throws java.io.IOException,
                     AutomationException
The index of the field with the given name.

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