public interface IDescRow
extends java.io.Serializable
Description: 'Provides access to members that control a descriptor table 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 |
IID2a415fe2_f8f9_11d2_8ef2_00609770ad52 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFindField(java.lang.String strtofind)
The index of the desired field.
|
java.lang.Object |
getGetValue(int index)
The value of the ith entry in the row.
|
int |
getNumFields()
Number of fields in the row.
|
void |
getPutValue(int index,
java.lang.Object pVal)
The value of the ith entry in the row.
|
static final int IID2a415fe2_f8f9_11d2_8ef2_00609770ad52
static final int xxDummy
static final java.lang.String IID
int getNumFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getGetValue(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 getPutValue(int index,
java.lang.Object pVal)
throws java.io.IOException,
AutomationException
index - The index (in)pVal - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getFindField(java.lang.String strtofind)
throws java.io.IOException,
AutomationException
strtofind - The strtofind (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.