com.esri.arcgis.geodatabase
Class IDEGdbTable2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IDETableProxy
          extended by com.esri.arcgis.geodatabase.IDEGdbTableProxy
              extended by com.esri.arcgis.geodatabase.IDEGdbTable2Proxy
All Implemented Interfaces:
IDEGdbTable, IDEGdbTable2, IDETable, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IDEGdbTable2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that return information about geodatabase table data element.' 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 IDEGdbTable2Proxy
extends IDEGdbTableProxy
implements IDEGdbTable2, 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.IDEGdbTable2
IID, IID94bcae52_2f1c_416d_835b_b206da11f69b
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDEGdbTable
IIDf35fe0cf_d9fc_4172_81f8_20ce5a553ab1
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDETable
IIDd7fcbb04_8e59_4ffb_9ee5_ec670aa892e0
 
Constructor Summary
  IDEGdbTable2Proxy()
          Deprecated. For internal use only
  IDEGdbTable2Proxy(java.lang.Object obj)
          Deprecated.  
protected IDEGdbTable2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDEGdbTable2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDEGdbTable2Proxy(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.  
 java.lang.String getVersionedViewName()
          Deprecated. The name of the associate versioned view, if any.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setVersionedViewName(java.lang.String versionedViewName)
          Deprecated. The name of the associate versioned view, if any.
 
Methods inherited from class com.esri.arcgis.geodatabase.IDEGdbTableProxy
getAliasName, getCLSID, getControllerMemberships, getDefaultSubtypeCode, getEXTCLSID, getExtensionProperties, getGlobalIDFieldName, getModelName, getRasterFieldName, getRelationshipClassNames, getSubtypeFieldName, getSubtypes, isHasGlobalID, setAliasName, setCLSID, setControllerMembershipsByRef, setDefaultSubtypeCode, setEXTCLSID, setExtensionPropertiesByRef, setGlobalIDFieldName, setHasGlobalID, setModelName, setRasterFieldName, setRelationshipClassNamesByRef, setSubtypeFieldName, setSubtypesByRef
 
Methods inherited from class com.esri.arcgis.geodatabase.IDETableProxy
getFields, getIndexes, getOIDFieldName, isHasOID, setFieldsByRef, setHasOID, setIndexesByRef, setOIDFieldName
 
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
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDEGdbTable
getAliasName, getCLSID, getControllerMemberships, getDefaultSubtypeCode, getEXTCLSID, getExtensionProperties, getGlobalIDFieldName, getModelName, getRasterFieldName, getRelationshipClassNames, getSubtypeFieldName, getSubtypes, isHasGlobalID, setAliasName, setCLSID, setControllerMembershipsByRef, setDefaultSubtypeCode, setEXTCLSID, setExtensionPropertiesByRef, setGlobalIDFieldName, setHasGlobalID, setModelName, setRasterFieldName, setRelationshipClassNamesByRef, setSubtypeFieldName, setSubtypesByRef
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDETable
getFields, getIndexes, getOIDFieldName, isHasOID, setFieldsByRef, setHasOID, setIndexesByRef, setOIDFieldName
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IDEGdbTable2Proxy

public IDEGdbTable2Proxy(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

IDEGdbTable2Proxy

public IDEGdbTable2Proxy()
Deprecated. 
For internal use only


IDEGdbTable2Proxy

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

IDEGdbTable2Proxy

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

IDEGdbTable2Proxy

protected IDEGdbTable2Proxy(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 IDEGdbTableProxy
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 IDEGdbTableProxy
Throws:
java.io.IOException

getVersionedViewName

public java.lang.String getVersionedViewName()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The name of the associate versioned view, if any.

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

setVersionedViewName

public void setVersionedViewName(java.lang.String versionedViewName)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The name of the associate versioned view, if any.

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