com.esri.arcgis.geodatabaseui
Interface INewVersionDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INewVersionDialogProxy, NewVersionDialog

public interface INewVersionDialog
extends java.io.Serializable

COM Interface 'INewVersionDialog'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'Provides access to members that control the new version dialog for a versioned geodatabase.' 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 IIDfb895243_121e_11d3_80ba_0080c7625171
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal()
          Displays the dialog used to create new versions in a versioned geodatabase.
 int getVersionAccess()
          The level of access provided for the version.
 java.lang.String getVersionDescription()
          The description of the version.
 java.lang.String getVersionName()
          The name of the version.
 

Field Detail

IIDfb895243_121e_11d3_80ba_0080c7625171

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

doModal

boolean doModal()
                throws java.io.IOException,
                       AutomationException
Displays the dialog used to create new versions in a versioned geodatabase.

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

getVersionName

java.lang.String getVersionName()
                                throws java.io.IOException,
                                       AutomationException
The name of the version.

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

getVersionDescription

java.lang.String getVersionDescription()
                                       throws java.io.IOException,
                                              AutomationException
The description of the version.

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

getVersionAccess

int getVersionAccess()
                     throws java.io.IOException,
                            AutomationException
The level of access provided for the version.

Returns:
A com.esri.arcgis.geodatabase.esriVersionAccess constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.