|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDETable
COM Interface 'IDETable'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that return information about table data elements.' 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 |
IIDd7fcbb04_8e59_4ffb_9ee5_ec670aa892e0
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IFields |
getFields()
The list of Fields. |
IIndexes |
getIndexes()
The list of Indexes. |
java.lang.String |
getOIDFieldName()
The name of the OID Field. |
boolean |
isHasOID()
Indicates if the table has an object id field. |
void |
setFieldsByRef(IFields fields)
The list of Fields. |
void |
setHasOID(boolean hasOID)
Indicates if the table has an object id field. |
void |
setIndexesByRef(IIndexes indexes)
The list of Indexes. |
void |
setOIDFieldName(java.lang.String oIDFieldName)
The name of the OID Field. |
| Field Detail |
|---|
static final int IIDd7fcbb04_8e59_4ffb_9ee5_ec670aa892e0
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean isHasOID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHasOID(boolean hasOID)
throws java.io.IOException,
AutomationException
hasOID - The hasOID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getOIDFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOIDFieldName(java.lang.String oIDFieldName)
throws java.io.IOException,
AutomationException
oIDFieldName - The oIDFieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IIndexes getIndexes()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIndexesByRef(IIndexes indexes)
throws java.io.IOException,
AutomationException
indexes - A reference to a com.esri.arcgis.geodatabase.IIndexes (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFields getFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldsByRef(IFields fields)
throws java.io.IOException,
AutomationException
fields - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||