|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDETable
Provides access to members that return information about table data elements.
Method Summary | |
---|---|
IFields |
getFields()
The list of Fields. |
IIndexes |
getIndexes()
The list of Indexes. |
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(String oIDFieldName)
The name of the OID Field. |
Method Detail |
---|
boolean isHasOID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasOID(boolean hasOID) throws IOException, AutomationException
hasOID
- The hasOID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOIDFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOIDFieldName(String oIDFieldName) throws IOException, AutomationException
oIDFieldName
- The oIDFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIndexes getIndexes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIndexesByRef(IIndexes indexes) throws IOException, AutomationException
indexes
- A reference to a com.esri.arcgis.geodatabase.IIndexes (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFields getFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldsByRef(IFields fields) throws IOException, AutomationException
fields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
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 |