public interface IIndexEdit extends IIndex, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID2063fd02_4ce0_11d1_89db_006097aff44e |
static int |
xxDummy
Deprecated.
Internal use only
|
IID2063fd01_4ce0_11d1_89db_006097aff44e
Modifier and Type | Method and Description |
---|---|
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.
|
getFields, getName, isAscending, isUnique
static final int IID2063fd02_4ce0_11d1_89db_006097aff44e
static final int xxDummy
static final java.lang.String IID
void setName(java.lang.String rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsUnique(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsAscending(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFieldsByRef(IFields rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IFields (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.