com.esri.arcgis.geoprocessing
Class IGpValueTableObjectProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGpValueTableObjectProxy
All Implemented Interfaces:
IGpValueTableObject, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to the Dispatch Value Table 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 =

public class IGpValueTableObjectProxy
extends com.esri.arcgis.interop.Dispatch
implements IGpValueTableObject, 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.geoprocessing.IGpValueTableObject
DISPID_1_NAME, DISPID_10_NAME, DISPID_11_NAME, DISPID_13_NAME, DISPID_2_GET_NAME, DISPID_3_GET_NAME, DISPID_4_NAME, DISPID_5_NAME, DISPID_6_NAME, DISPID_7_NAME, DISPID_8_NAME, DISPID_9_NAME, IID, IID527b0a11_811d_474c_b34e_919b560e72c0
 
Constructor Summary
  IGpValueTableObjectProxy()
          Deprecated. For internal use only
  IGpValueTableObjectProxy(java.lang.Object obj)
          Deprecated.  
protected IGpValueTableObjectProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGpValueTableObjectProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGpValueTableObjectProxy(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.  
 void addRow(java.lang.Object row)
          Deprecated. Add a row.
 java.lang.String exportToString()
          Deprecated. Export the Value Table to a string.
 int getColumnCount()
          Deprecated. The number of columns.
 java.lang.String getRow(int index)
          Deprecated. Get a row.
 int getRowCount()
          Deprecated. The number of rows.
 java.lang.String getValue(int rowIndex, int columnIndex)
          Deprecated. Get a value.
 void loadFromString(java.lang.String value)
          Deprecated. Load the Value Table from a string.
 void populate(IGPValueTable pGpValueTable)
          Deprecated. Populate a given ValueTable with the values from this one.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void removeRow(int rowIndex)
          Deprecated. Remove a row.
 void setColumns(int nColumns)
          Deprecated. The number of columns.
 void setRow(int rowIndex, java.lang.Object value)
          Deprecated. Set a given row with a new value.
 void setValue(int rowIndex, int columnIndex, java.lang.Object value)
          Deprecated. Set a given column value.
 
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

IGpValueTableObjectProxy

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

IGpValueTableObjectProxy

public IGpValueTableObjectProxy()
Deprecated. 
For internal use only


IGpValueTableObjectProxy

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

IGpValueTableObjectProxy

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

IGpValueTableObjectProxy

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

setColumns

public void setColumns(int nColumns)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The number of columns.

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

getRowCount

public int getRowCount()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The number of rows.

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

getColumnCount

public int getColumnCount()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The number of columns.

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

addRow

public void addRow(java.lang.Object row)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Add a row.

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

getRow

public java.lang.String getRow(int index)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Get a row.

Specified by:
getRow in interface IGpValueTableObject
Parameters:
index - The index (in)
Returns:
The row
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

public java.lang.String getValue(int rowIndex,
                                 int columnIndex)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Get a value.

Specified by:
getValue in interface IGpValueTableObject
Parameters:
rowIndex - The rowIndex (in)
columnIndex - The columnIndex (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadFromString

public void loadFromString(java.lang.String value)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Load the Value Table from a string.

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

exportToString

public java.lang.String exportToString()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Export the Value Table to a string.

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

removeRow

public void removeRow(int rowIndex)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Remove a row.

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

setRow

public void setRow(int rowIndex,
                   java.lang.Object value)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Set a given row with a new value.

Specified by:
setRow in interface IGpValueTableObject
Parameters:
rowIndex - The rowIndex (in)
value - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValue

public void setValue(int rowIndex,
                     int columnIndex,
                     java.lang.Object value)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Set a given column value.

Specified by:
setValue in interface IGpValueTableObject
Parameters:
rowIndex - The rowIndex (in)
columnIndex - The columnIndex (in)
value - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

populate

public void populate(IGPValueTable pGpValueTable)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Populate a given ValueTable with the values from this one.

Specified by:
populate in interface IGpValueTableObject
Parameters:
pGpValueTable - A reference to a com.esri.arcgis.geoprocessing.IGPValueTable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.