com.esri.arcgis.geodatabase
Interface IIndexEdit

All Superinterfaces:
IIndex, java.io.Serializable
All Known Implementing Classes:
IIndexEditProxy, Index, XMLIndex

public interface IIndexEdit
extends IIndex, java.io.Serializable

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

Description: 'Provides access to members that modify 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 IID2063fd02_4ce0_11d1_89db_006097aff44e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IIndex
IID2063fd01_4ce0_11d1_89db_006097aff44e
 
Method Summary
 void setFieldsByRef(IFields rhs1)
          The fields collection for this index.
 void setIsAscending(boolean rhs1)
          Indicates if the index is to be ascending.
 void setIsUnique(boolean rhs1)
          Indicates if the index is to be unique.
 void setName(java.lang.String rhs1)
          The name of the index.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IIndex
getFields, getName, isAscending, isUnique
 

Field Detail

IID2063fd02_4ce0_11d1_89db_006097aff44e

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

setName

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

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsUnique

void setIsUnique(boolean rhs1)
                 throws java.io.IOException,
                        AutomationException
Indicates if the index is to be unique.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsAscending

void setIsAscending(boolean rhs1)
                    throws java.io.IOException,
                           AutomationException
Indicates if the index is to be ascending.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFieldsByRef

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

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