com.esri.arcgis.geodatabase
Class IGPVersionInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IGPVersionInfoProxy
All Implemented Interfaces:
IGPVersionInfo, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGPVersionInfo'. 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 =

public class IGPVersionInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPVersionInfo, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGPVersionInfo
IID, IIDe349fcde_57e2_4fab_9094_7675d1add79d
 
Constructor Summary
  IGPVersionInfoProxy()
          Deprecated. For internal use only
  IGPVersionInfoProxy(java.lang.Object obj)
          Deprecated.  
protected IGPVersionInfoProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPVersionInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPVersionInfoProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int getAccess()
          Deprecated. The version's access permission.
 IStringArray getAncestorNames()
          Deprecated. The names of the ancestor versions.
 IStringArray getChildrenNames()
          Deprecated. The names of the child versions.
 java.lang.Object getCreated()
          Deprecated. The date and time the version was created.
 java.lang.String getDescription()
          Deprecated. The version's description.
 java.lang.Object getModified()
          Deprecated. The date and time the version was last modified.
 java.lang.String getParentName()
          Deprecated. The name of the parent version.
 java.lang.String getVersionName()
          Deprecated. The version's name.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAccess(int access)
          Deprecated. The version's access permission.
 void setAncestorNamesByRef(IStringArray names)
          Deprecated. The names of the ancestor versions.
 void setChildrenNamesByRef(IStringArray names)
          Deprecated. The names of the child versions.
 void setCreated(java.lang.Object date)
          Deprecated. The date and time the version was created.
 void setDescription(java.lang.String description)
          Deprecated. The version's description.
 void setModified(java.lang.Object date)
          Deprecated. The date and time the version was last modified.
 void setParentName(java.lang.String name)
          Deprecated. The name of the parent version.
 void setVersionName(java.lang.String name)
          Deprecated. The version's name.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGPVersionInfoProxy

public IGPVersionInfoProxy(java.lang.String CLSID,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.net.UnknownHostException,
                           java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGPVersionInfoProxy

public IGPVersionInfoProxy()
Deprecated. 
For internal use only


IGPVersionInfoProxy

public IGPVersionInfoProxy(java.lang.Object obj)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPVersionInfoProxy

protected IGPVersionInfoProxy(java.lang.Object obj,
                              java.lang.String iid)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPVersionInfoProxy

protected IGPVersionInfoProxy(java.lang.String CLSID,
                              java.lang.String iid,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getVersionName

public java.lang.String getVersionName()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The version's name.

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

setVersionName

public void setVersionName(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The version's name.

Specified by:
setVersionName in interface IGPVersionInfo
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The version's description.

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

setDescription

public void setDescription(java.lang.String description)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The version's description.

Specified by:
setDescription in interface IGPVersionInfo
Parameters:
description - The description (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAccess

public int getAccess()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The version's access permission.

Specified by:
getAccess in interface IGPVersionInfo
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.

setAccess

public void setAccess(int access)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The version's access permission.

Specified by:
setAccess in interface IGPVersionInfo
Parameters:
access - A com.esri.arcgis.geodatabase.esriVersionAccess constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCreated

public java.lang.Object getCreated()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The date and time the version was created.

Specified by:
getCreated in interface IGPVersionInfo
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCreated

public void setCreated(java.lang.Object date)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The date and time the version was created.

Specified by:
setCreated in interface IGPVersionInfo
Parameters:
date - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getModified

public java.lang.Object getModified()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The date and time the version was last modified.

Specified by:
getModified in interface IGPVersionInfo
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setModified

public void setModified(java.lang.Object date)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The date and time the version was last modified.

Specified by:
setModified in interface IGPVersionInfo
Parameters:
date - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParentName

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

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

setParentName

public void setParentName(java.lang.String name)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The name of the parent version.

Specified by:
setParentName in interface IGPVersionInfo
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getChildrenNames

public IStringArray getChildrenNames()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The names of the child versions.

Specified by:
getChildrenNames in interface IGPVersionInfo
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setChildrenNamesByRef

public void setChildrenNamesByRef(IStringArray names)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The names of the child versions.

Specified by:
setChildrenNamesByRef in interface IGPVersionInfo
Parameters:
names - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAncestorNames

public IStringArray getAncestorNames()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The names of the ancestor versions.

Specified by:
getAncestorNames in interface IGPVersionInfo
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAncestorNamesByRef

public void setAncestorNamesByRef(IStringArray names)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The names of the ancestor versions.

Specified by:
setAncestorNamesByRef in interface IGPVersionInfo
Parameters:
names - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.