com.esri.arcgis.schematic
Interface ISchematicDatabaseRelease

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicDatabaseReleaseProxy, SchematicDataset

public interface ISchematicDatabaseRelease
extends java.io.Serializable

COM Interface 'ISchematicDatabaseRelease'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control information about the release version of a schematic database.' 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 IIDd4187c5b_e7fd_4947_bb6d_dba833a9f33e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBugfixVersion()
          Schematic database bugfix version number.
 int getMajorVersion()
          Schematic database major version number.
 int getMinorVersion()
          Schematic database minor version number.
 boolean isCanUpgrade()
          Indicates if the schematic database can be upgraded with this interface.
 boolean isCurrentRelease()
          Indicates if the schematic database is at the current release level.
 void upgrade()
          Upgrades the schematic database to the current release version level.
 

Field Detail

IIDd4187c5b_e7fd_4947_bb6d_dba833a9f33e

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

isCanUpgrade

boolean isCanUpgrade()
                     throws java.io.IOException,
                            AutomationException
Indicates if the schematic database can be upgraded with this interface. If not, then another utility must be used to upgrade it.

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

isCurrentRelease

boolean isCurrentRelease()
                         throws java.io.IOException,
                                AutomationException
Indicates if the schematic database is at the current release level.

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

getMajorVersion

int getMajorVersion()
                    throws java.io.IOException,
                           AutomationException
Schematic database major version number.

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
Schematic database minor version number.

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
Schematic database bugfix version number.

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

upgrade

void upgrade()
             throws java.io.IOException,
                    AutomationException
Upgrades the schematic database to the current release version level.

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