public interface IFieldsEdit extends IFields, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID6b2072e4_23f7_11d1_89d8_006097aff44e |
static int |
xxDummy
Deprecated.
Internal use only
|
IID6b2072e3_23f7_11d1_89d8_006097aff44e
Modifier and Type | Method and Description |
---|---|
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.
|
findField, findFieldByAliasName, findFieldIgnoreQualification, getField, getFieldCount
static final int IID6b2072e4_23f7_11d1_89d8_006097aff44e
static final int xxDummy
static final java.lang.String IID
void setFieldCount(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFieldByRef(int index, IField rhs2) throws java.io.IOException, AutomationException
index
- The index (in)rhs2
- A reference to a com.esri.arcgis.geodatabase.IField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addField(IField field) throws java.io.IOException, AutomationException
field
- A reference to a com.esri.arcgis.geodatabase.IField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteField(IField field) throws java.io.IOException, AutomationException
field
- A reference to a com.esri.arcgis.geodatabase.IField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteAllFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.