com.esri.arcgis.carto
Interface ITableEditResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableEditResultProxy, TableEditResult

public interface ITableEditResult
extends java.io.Serializable

COM Interface 'ITableEditResult'. 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 IID473354f5_19f9_4581_99f5_7194fab610a5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEditResults getAddResults()
          Results of Object Adds
 IEditResults getDeleteResults()
          Results of Object Deletes
 int getLayerOrTableID()
          Table ID.
 IEditResults getUpdateResults()
          Results of Object Updates
 

Field Detail

IID473354f5_19f9_4581_99f5_7194fab610a5

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

getAddResults

IEditResults getAddResults()
                           throws java.io.IOException,
                                  AutomationException
Results of Object Adds

Returns:
A reference to a com.esri.arcgis.carto.IEditResults
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDeleteResults

IEditResults getDeleteResults()
                              throws java.io.IOException,
                                     AutomationException
Results of Object Deletes

Returns:
A reference to a com.esri.arcgis.carto.IEditResults
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerOrTableID

int getLayerOrTableID()
                      throws java.io.IOException,
                             AutomationException
Table ID.

Returns:
The layerOrTableID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUpdateResults

IEditResults getUpdateResults()
                              throws java.io.IOException,
                                     AutomationException
Results of Object Updates

Returns:
A reference to a com.esri.arcgis.carto.IEditResults
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.