|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabaseui.NewVersionDialog
public class NewVersionDialog
A dialog for creating new versions in a versioned geodatabase.
Constructor Summary | |
---|---|
NewVersionDialog()
Constructs a NewVersionDialog using ArcGIS Engine. |
|
NewVersionDialog(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(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getVersionAccess()
The level of access provided for the version. |
String |
getVersionDescription()
The description of the version. |
String |
getVersionName()
The name of the version. |
int |
hashCode()
the hashcode for this object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public NewVersionDialog() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic NewVersionDialog(Object obj) throws IOException
NewVersionDialog theNewVersionDialog = (NewVersionDialog) obj;
obj
to NewVersionDialog
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public boolean doModal() throws IOException, AutomationException
doModal
in interface INewVersionDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getVersionName() throws IOException, AutomationException
getVersionName
in interface INewVersionDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getVersionDescription() throws IOException, AutomationException
getVersionDescription
in interface INewVersionDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getVersionAccess() throws IOException, AutomationException
getVersionAccess
in interface INewVersionDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |