com.esri.arcgis.geodatabase
Interface IVersionInfo2

All Superinterfaces:
IVersionInfo, java.io.Serializable
All Known Implementing Classes:
IVersionInfo2Proxy, VersionInfo

public interface IVersionInfo2
extends IVersionInfo, java.io.Serializable

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

Description: 'Provides access to members that supply version information.' 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 IID0d147c7b_7284_4779_8fcc_072bb6891a32
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersionInfo
IID904c01cf_0ed9_11d3_9f3e_00c04f6bddd9
 
Method Summary
 java.lang.String getParentName()
          The name of the version's parent.
 boolean isBlocksCompress()
          Does this version block compress of DEFAULT
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersionInfo
getAccess, getAncestors, getChildren, getCreated, getDescription, getModified, getParent, getVersionName, isOwner
 

Field Detail

IID0d147c7b_7284_4779_8fcc_072bb6891a32

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

getParentName

java.lang.String getParentName()
                               throws java.io.IOException,
                                      AutomationException
The name of the version's parent.

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

isBlocksCompress

boolean isBlocksCompress()
                         throws java.io.IOException,
                                AutomationException
Does this version block compress of DEFAULT

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