public interface ITableSortValueCallBack
extends java.io.Serializable
Description: 'Provides access to members that compare field values for a table sort operation.' 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 |
IID0aa61f10_c29d_415e_9b2f_6a2e9123cb6c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
getValue(java.lang.Object value,
int fieldIndex,
byte[] buff)
Return field value
|
void |
getValueType(IField pField,
int[] valueType,
int[] size)
Return field value type and size.
|
static final int IID0aa61f10_c29d_415e_9b2f_6a2e9123cb6c
static final int xxDummy
static final java.lang.String IID
void getValueType(IField pField, int[] valueType, int[] size) throws java.io.IOException, AutomationException
pField
- A reference to a com.esri.arcgis.geodatabase.IField (in)valueType
- The valueType (out: use single element array)size
- The size (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getValue(java.lang.Object value, int fieldIndex, byte[] buff) throws java.io.IOException, AutomationException
value
- A Variant (in)fieldIndex
- The fieldIndex (in)buff
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.