com.esri.arcgis.carto
Class IDataObjectTableProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IDataObjectTableProxy
All Implemented Interfaces:
IDataObjectTable, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IGraphicFeatureLayerProxy

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

Description: 'Data Table' 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 IDataObjectTableProxy
extends com.esri.arcgis.interop.Dispatch
implements IDataObjectTable, 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.carto.IDataObjectTable
IID, IID72ee5f8a_f039_48da_b057_e61c7b6382da
 
Constructor Summary
  IDataObjectTableProxy()
          Deprecated. For internal use only
  IDataObjectTableProxy(java.lang.Object obj)
          Deprecated.  
protected IDataObjectTableProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDataObjectTableProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDataObjectTableProxy(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 getCopyrightText()
          Deprecated. Copyright information associated with the table or layer.
 java.lang.String getDescription()
          Deprecated. The description of the table or layer.
 java.lang.String getDisplayPropName()
          Deprecated. Primary display field.
 java.lang.String getGlobalIDPropName()
          Deprecated. getGlobalIDPropName
 int getHTMLPopupType()
          Deprecated. Indicates if the layer/table has HTML popups enabled.
 int getID()
          Deprecated. getID
 java.lang.String getName()
          Deprecated. getName
 java.lang.String getOIDPropName()
          Deprecated. getOIDPropName
 IPropertyInfos getPropertyInfos()
          Deprecated. getPropertyInfos
 IRelateInfos getRelations()
          Deprecated. getRelations
 ITemplateInfos getTemplates()
          Deprecated. Feature Templates.
 java.lang.String getTypeIDPropName()
          Deprecated. getTypeIDPropName
 IDataObjectTypes getTypes()
          Deprecated. getTypes
 boolean isHasAttachments()
          Deprecated. Indicates if the table/ layer has attachments.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

IDataObjectTableProxy

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

IDataObjectTableProxy

public IDataObjectTableProxy()
Deprecated. 
For internal use only


IDataObjectTableProxy

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

IDataObjectTableProxy

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

IDataObjectTableProxy

protected IDataObjectTableProxy(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

getCopyrightText

public java.lang.String getCopyrightText()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Copyright information associated with the table or layer.

Specified by:
getCopyrightText in interface IDataObjectTable
Returns:
The copyright
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 description of the table or layer. This property is set in the General tab of the Table/ Layer Properties dialog.

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

getDisplayPropName

public java.lang.String getDisplayPropName()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Primary display field.

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

getGlobalIDPropName

public java.lang.String getGlobalIDPropName()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
getGlobalIDPropName

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

isHasAttachments

public boolean isHasAttachments()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the table/ layer has attachments.

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

getHTMLPopupType

public int getHTMLPopupType()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the layer/table has HTML popups enabled.

Specified by:
getHTMLPopupType in interface IDataObjectTable
Returns:
A com.esri.arcgis.carto.esriServerHTMLPopupType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getID

public int getID()
          throws java.io.IOException,
                 AutomationException
Deprecated. 
getID

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

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
getName

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

getOIDPropName

public java.lang.String getOIDPropName()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
getOIDPropName

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

getPropertyInfos

public IPropertyInfos getPropertyInfos()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
getPropertyInfos

Specified by:
getPropertyInfos in interface IDataObjectTable
Returns:
A reference to a com.esri.arcgis.carto.IPropertyInfos
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRelations

public IRelateInfos getRelations()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
getRelations

Specified by:
getRelations in interface IDataObjectTable
Returns:
A reference to a com.esri.arcgis.carto.IRelateInfos
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTemplates

public ITemplateInfos getTemplates()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Feature Templates.

Specified by:
getTemplates in interface IDataObjectTable
Returns:
A reference to a com.esri.arcgis.carto.ITemplateInfos
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTypeIDPropName

public java.lang.String getTypeIDPropName()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
getTypeIDPropName

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

getTypes

public IDataObjectTypes getTypes()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
getTypes

Specified by:
getTypes in interface IDataObjectTable
Returns:
A reference to a com.esri.arcgis.carto.IDataObjectTypes
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.