com.esri.arcgis.geodatabase
Interface IDEWorkspace2

All Superinterfaces:
IDEWorkspace, java.io.Serializable
All Known Subinterfaces:
IDEWorkspace3
All Known Implementing Classes:
DEWorkspace, IDEWorkspace2Proxy, IDEWorkspace3Proxy

public interface IDEWorkspace2
extends IDEWorkspace, java.io.Serializable

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

Description: 'Provides access to members that return information about the Geodatabase release number.' 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 IID43c1d06b_0277_4b84_96f5_d4d3ab1173ea
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDEWorkspace
IIDc7b1fc10_308f_4fb5_890c_8b5293ead096
 
Method Summary
 int getBugfixVersion()
          The bugfix version of the release.
 int getMajorVersion()
          The major version of the release.
 int getMinorVersion()
          The minor version of the release.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDEWorkspace
getConnectionProperties, getConnectionString, getDomains, getWorkspaceFactoryProgID, getWorkspaceType, setConnectionPropertiesByRef, setConnectionString, setDomainsByRef, setWorkspaceFactoryProgID, setWorkspaceType
 

Field Detail

IID43c1d06b_0277_4b84_96f5_d4d3ab1173ea

static final int IID43c1d06b_0277_4b84_96f5_d4d3ab1173ea
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
The major version of the release.

Returns:
The number
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
The minor version of the release.

Returns:
The number
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
The bugfix version of the release.

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