com.esri.arcgis.geodatabase
Interface ISimpleRelationshipChanges

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISimpleRelationshipChangesProxy

public interface ISimpleRelationshipChanges
extends java.io.Serializable

COM Interface 'ISimpleRelationshipChanges'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control simple relationship changes.' 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 IID1438a5cc_bdef_411a_a201_fe5e7c493a00
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getOldOriginKey()
          The old origin key.
 

Field Detail

IID1438a5cc_bdef_411a_a201_fe5e7c493a00

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

getOldOriginKey

java.lang.Object getOldOriginKey()
                                 throws java.io.IOException,
                                        AutomationException
The old origin key.

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