com.esri.arcgis.geoprocessing
Class IGpFieldInfoObjectProxy

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

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

Description: 'Provides access to the Dispatch Field Info 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 IGpFieldInfoObjectProxy
extends com.esri.arcgis.interop.Dispatch
implements IGpFieldInfoObject, 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.IGpFieldInfoObject
DISPID_1_NAME, DISPID_10_NAME, DISPID_11_NAME, DISPID_12_NAME, DISPID_13_NAME, DISPID_14_NAME, DISPID_15_NAME, DISPID_2_GET_NAME, DISPID_3_NAME, DISPID_4_NAME, DISPID_5_NAME, DISPID_6_NAME, DISPID_7_NAME, DISPID_8_NAME, DISPID_9_NAME, IID, IIDb8aa3d79_0605_49a9_b351_647fea86bc94
 
Constructor Summary
  IGpFieldInfoObjectProxy()
          Deprecated. For internal use only
  IGpFieldInfoObjectProxy(java.lang.Object obj)
          Deprecated.  
protected IGpFieldInfoObjectProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGpFieldInfoObjectProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGpFieldInfoObjectProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addField(java.lang.String fieldName, java.lang.String newFieldName, java.lang.String visible, java.lang.String splitRule)
          Deprecated. Add a field.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String exportToString()
          Deprecated. Export the Value Table to a string.
 int findFieldByName(java.lang.String fieldName)
          Deprecated. Find a field index by name.
 int findFieldByNewName(java.lang.String fieldName)
          Deprecated. Find a field index by new name.
 int getCount()
          Deprecated. The number of fields.
 java.lang.String getFieldName(int index)
          Deprecated. Get the field name by index.
 java.lang.String getNewName(int index)
          Deprecated. Get the new field name by index.
 java.lang.String getSplitRule(int index)
          Deprecated. Get the split rule by index.
 java.lang.String getVisible(int index)
          Deprecated. Get the visible flag by index.
 void loadFromString(java.lang.String value)
          Deprecated. Load the Value Table from a string.
 void removeField(int index)
          Deprecated. Remove a field.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFieldName(int index, java.lang.String name)
          Deprecated. Set the field name by index.
 void setNewName(int index, java.lang.String name)
          Deprecated. Set the new field name by index.
 void setSplitRule(int index, java.lang.String rule)
          Deprecated. Set the split rule by index.
 void setVisible(int index, java.lang.String visible)
          Deprecated. Set the visible flag by index.
 
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

IGpFieldInfoObjectProxy

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

IGpFieldInfoObjectProxy

public IGpFieldInfoObjectProxy()
Deprecated. 
For internal use only


IGpFieldInfoObjectProxy

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

IGpFieldInfoObjectProxy

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

IGpFieldInfoObjectProxy

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

addField

public void addField(java.lang.String fieldName,
                     java.lang.String newFieldName,
                     java.lang.String visible,
                     java.lang.String splitRule)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Add a field.

Specified by:
addField in interface IGpFieldInfoObject
Parameters:
fieldName - The fieldName (in)
newFieldName - The newFieldName (in)
visible - The visible (in)
splitRule - The splitRule (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The number of fields.

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

getFieldName

public java.lang.String getFieldName(int index)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Get the field name by index.

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

getNewName

public java.lang.String getNewName(int index)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Get the new field name by index.

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

getSplitRule

public java.lang.String getSplitRule(int index)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Get the split rule by index.

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

getVisible

public java.lang.String getVisible(int index)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Get the visible flag by index.

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

setFieldName

public void setFieldName(int index,
                         java.lang.String name)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Set the field name by index.

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

setNewName

public void setNewName(int index,
                       java.lang.String name)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Set the new field name by index.

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

setSplitRule

public void setSplitRule(int index,
                         java.lang.String rule)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Set the split rule by index.

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

setVisible

public void setVisible(int index,
                       java.lang.String visible)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Set the visible flag by index.

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

removeField

public void removeField(int index)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Remove a field.

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

findFieldByName

public int findFieldByName(java.lang.String fieldName)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Find a field index by name.

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

findFieldByNewName

public int findFieldByNewName(java.lang.String fieldName)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Find a field index by new name.

Specified by:
findFieldByNewName in interface IGpFieldInfoObject
Parameters:
fieldName - The fieldName (in)
Returns:
The index
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 IGpFieldInfoObject
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 IGpFieldInfoObject
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.