com.esri.arcgis.geodatabaseui
Class NewVersionDialog

java.lang.Object
  extended by com.esri.arcgis.geodatabaseui.NewVersionDialog
All Implemented Interfaces:
INewVersionDialog, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class NewVersionDialog
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, INewVersionDialog

COM Class 'NewVersionDialog'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description 'A dialog for creating new versions in 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabaseui.INewVersionDialog
IID, IIDfb895243_121e_11d3_80ba_0080c7625171, xxDummy
 
Constructor Summary
NewVersionDialog()
          Constructs a NewVersionDialog using ArcGIS Engine.
NewVersionDialog(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewVersionDialog theNewVersionDialog = (NewVersionDialog) obj;
 
Method Summary
 boolean doModal()
          Displays the dialog used to create new versions in a versioned geodatabase.
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 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.
 int hashCode()
          the hashcode for this object
 void release()
          Release a NewVersionDialog.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewVersionDialog

public NewVersionDialog()
                 throws java.io.IOException,
                        java.net.UnknownHostException
Constructs a NewVersionDialog using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

NewVersionDialog

public NewVersionDialog(java.lang.Object obj)
                 throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
NewVersionDialog theNewVersionDialog = (NewVersionDialog) obj;

Construct a NewVersionDialog using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to NewVersionDialog.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a NewVersionDialog.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

doModal

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

Specified by:
doModal in interface INewVersionDialog
Returns:
The okPressed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVersionName

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

Specified by:
getVersionName in interface INewVersionDialog
Returns:
The versionName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVersionDescription

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

Specified by:
getVersionDescription in interface INewVersionDialog
Returns:
The versionDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVersionAccess

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

Specified by:
getVersionAccess in interface INewVersionDialog
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.