com.esri.arcgis.carto
Interface IEditResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EditResult, IEditResultProxy

public interface IEditResult
extends java.io.Serializable

COM Interface 'IEditResult'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Edit Result.' 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 IID8954aab5_0acb_4410_b3c3_0e7e35257a17
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCode()
          Error Code.
 java.lang.String getDescription()
          Error Description.
 java.lang.String getGlobalID()
          Global ID.
 int getOID()
          Object ID.
 boolean isSucceeded()
          Success or faliure.
 

Field Detail

IID8954aab5_0acb_4410_b3c3_0e7e35257a17

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

getCode

int getCode()
            throws java.io.IOException,
                   AutomationException
Error Code.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Error Description.

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

getGlobalID

java.lang.String getGlobalID()
                             throws java.io.IOException,
                                    AutomationException
Global ID.

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

getOID

int getOID()
           throws java.io.IOException,
                  AutomationException
Object ID.

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

isSucceeded

boolean isSucceeded()
                    throws java.io.IOException,
                           AutomationException
Success or faliure.

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