public class VersionInfo extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IVersionInfo
Description 'VersionInfo Object.' 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 =
IID, IID904c01cf_0ed9_11d3_9f3e_00c04f6bddd9, xxDummy| Constructor and Description |
|---|
VersionInfo(java.lang.Object obj)
Construct a VersionInfo using a reference to such an object returned from ArcGIS Engine or Server.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
int |
getAccess()
The version's access permission.
|
IEnumVersionInfo |
getAncestors()
The version's ancestors.
|
IEnumVersionInfo |
getChildren()
The version's children.
|
java.lang.Object |
getCreated()
The date and time the version was created.
|
java.lang.String |
getDescription()
The version's description.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.Object |
getModified()
The date and time the version was last modified.
|
IVersionInfo |
getParent()
The version's parent.
|
java.lang.String |
getParentName()
The name of the version's parent.
|
java.lang.String |
getVersionName()
The version's name.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isBlocksCompress()
Does this version block compress of DEFAULT
|
boolean |
isOwner()
True if the current connected user is the owner of this version.
|
void |
release()
Release this COM object reference
|
public VersionInfo(java.lang.Object obj)
throws java.io.IOException
obj to VersionInfo. *
VersionInfo o = (VersionInfo)obj; // will not work
VersionInfo o = new VersionInfo(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problems
VersionInfo theVersionInfo = (VersionInfo) obj;public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic java.lang.String getVersionName()
throws java.io.IOException,
AutomationException
getVersionName in interface IVersionInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface IVersionInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getAccess()
throws java.io.IOException,
AutomationException
getAccess in interface IVersionInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getCreated()
throws java.io.IOException,
AutomationException
getCreated in interface IVersionInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getModified()
throws java.io.IOException,
AutomationException
getModified in interface IVersionInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IVersionInfo getParent() throws java.io.IOException, AutomationException
getParent in interface IVersionInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumVersionInfo getChildren() throws java.io.IOException, AutomationException
getChildren in interface IVersionInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumVersionInfo getAncestors() throws java.io.IOException, AutomationException
getAncestors in interface IVersionInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isOwner()
throws java.io.IOException,
AutomationException
isOwner in interface IVersionInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getParentName()
throws java.io.IOException,
AutomationException
getParentName in interface IVersionInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isBlocksCompress()
throws java.io.IOException,
AutomationException
isBlocksCompress in interface IVersionInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.