|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITableEditResults
COM Interface 'ITableEditResults'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 |
IIDf561ff0e_4d09_4e51_a2d9_e201eb02543e
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
add(ITableEditResult tableEditResult)
Adds a TableEditResult element. |
int |
getCount()
TableEditResult elements count. |
ITableEditResult |
getElement(int index)
TableEditResult element at the specified position. |
void |
insert(int index,
ITableEditResult tableEditResult)
Adds a TableEditResult at the specified position. |
void |
remove(int index)
Removes the TableEditResult at the specified position. |
void |
removeAll()
Removes all TableEditResult elements. |
| Field Detail |
|---|
static final int IIDf561ff0e_4d09_4e51_a2d9_e201eb02543e
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITableEditResult getElement(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAll()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(ITableEditResult tableEditResult)
throws java.io.IOException,
AutomationException
tableEditResult - A reference to a com.esri.arcgis.carto.ITableEditResult (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
ITableEditResult tableEditResult)
throws java.io.IOException,
AutomationException
index - The index (in)tableEditResult - A reference to a com.esri.arcgis.carto.ITableEditResult (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 | ||||||||