com.esri.arcgis.geodatabase
Interface IFieldsEdit

All Superinterfaces:
IFields, java.io.Serializable
All Known Implementing Classes:
Fields, IFieldsEditProxy

public interface IFieldsEdit
extends IFields, java.io.Serializable

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

Description: 'Provides access to members that modify a fields collection.' 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 IID6b2072e4_23f7_11d1_89d8_006097aff44e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFields
IID6b2072e3_23f7_11d1_89d8_006097aff44e
 
Method Summary
 void addField(IField field)
          Add a field to the fields collection.
 void deleteAllFields()
          Delete all the fields from the fields collection.
 void deleteField(IField field)
          Delete a field from the fields collection.
 void setFieldByRef(int index, IField rhs2)
          The field at the specified position.
 void setFieldCount(int rhs1)
          The Number of fields in this field collection.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFields
findField, findFieldByAliasName, getField, getFieldCount
 

Field Detail

IID6b2072e4_23f7_11d1_89d8_006097aff44e

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

setFieldCount

void setFieldCount(int rhs1)
                   throws java.io.IOException,
                          AutomationException
The Number of fields in this field collection.

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

setFieldByRef

void setFieldByRef(int index,
                   IField rhs2)
                   throws java.io.IOException,
                          AutomationException
The field at the specified position.

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

addField

void addField(IField field)
              throws java.io.IOException,
                     AutomationException
Add a field to the fields collection.

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

deleteField

void deleteField(IField field)
                 throws java.io.IOException,
                        AutomationException
Delete a field from the fields collection.

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

deleteAllFields

void deleteAllFields()
                     throws java.io.IOException,
                            AutomationException
Delete all the fields from the fields collection.

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