com.esri.arcgis.geodatabase
Interface IIndex

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IIndexEdit
All Known Implementing Classes:
IIndexEditProxy, IIndexProxy, Index, XMLIndex

public interface IIndex
extends java.io.Serializable

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

Description: 'Provides access to members that return information about the index.' 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 IID2063fd01_4ce0_11d1_89db_006097aff44e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFields getFields()
          The fields collection for this index.
 java.lang.String getName()
          The name of the index.
 boolean isAscending()
          Indicates if the index is based on ascending order.
 boolean isUnique()
          Indicates if the index is unique.
 

Field Detail

IID2063fd01_4ce0_11d1_89db_006097aff44e

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the index.

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

isUnique

boolean isUnique()
                 throws java.io.IOException,
                        AutomationException
Indicates if the index is unique.

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

isAscending

boolean isAscending()
                    throws java.io.IOException,
                           AutomationException
Indicates if the index is based on ascending order.

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

getFields

IFields getFields()
                  throws java.io.IOException,
                         AutomationException
The fields collection for this index.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFields
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.