com.esri.arcgis.geodatabasedistributed
Interface IDeltaDataChangesRelease

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DeltaDataChanges, IDeltaDataChangesReleaseProxy

public interface IDeltaDataChangesRelease
extends java.io.Serializable

COM Interface 'IDeltaDataChangesRelease'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description: 'Provides access to members that return the release version of the geodatabase from which the edits originated.' 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 IIDcb41732d_ec82_4e84_bfc1_a9a1135b02b5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBugfixVersion()
          Bugfix version level of the source geodatabase.
 int getMajorVersion()
          Major version level of the source geodatabase.
 int getMinorVersion()
          Minor version level of the source geodatabase.
 

Field Detail

IIDcb41732d_ec82_4e84_bfc1_a9a1135b02b5

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

getMajorVersion

int getMajorVersion()
                    throws java.io.IOException,
                           AutomationException
Major version level of the source geodatabase.

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

getMinorVersion

int getMinorVersion()
                    throws java.io.IOException,
                           AutomationException
Minor version level of the source geodatabase.

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

getBugfixVersion

int getBugfixVersion()
                     throws java.io.IOException,
                            AutomationException
Bugfix version level of the source geodatabase.

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