public interface IRowBuffer
extends java.io.Serializable
Description: 'Provides access to members used for getting and modifying a rows values and for getting the fields in the row.' 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 |
IID93684651_1a83_11d1_8802_0000f877762d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IFields |
getFields()
The fields Collection for this row buffer.
|
java.lang.Object |
getValue(int index)
The value of the field with the specified index.
|
void |
setValue(int index,
java.lang.Object value)
The value of the field with the specified index.
|
static final int IID93684651_1a83_11d1_8802_0000f877762d
static final int xxDummy
static final java.lang.String IID
java.lang.Object getValue(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setValue(int index, java.lang.Object value) throws java.io.IOException, AutomationException
index
- The index (in)value
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFields getFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.