com.esri.arcgis.geoprocessing
Class IGPFieldInfo2Proxy

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

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

Description: 'Provides access to the properties/methods of a geoprocessing 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 IGPFieldInfo2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IGPFieldInfo2, 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.IGPFieldInfo2
IID, IID8c5ea59e_b50b_4898_8624_5eb777dbec66
 
Constructor Summary
  IGPFieldInfo2Proxy()
          Deprecated. For internal use only
  IGPFieldInfo2Proxy(java.lang.Object obj)
          Deprecated.  
protected IGPFieldInfo2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPFieldInfo2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPFieldInfo2Proxy(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 getJoinDelimiter(int index)
          Deprecated. Returns the join delimiter of the specified field in the field info object.
 int getMergeRule(int index)
          Deprecated. Returns the merge rule of the specified field in the field info object.
 void getTextPos(int index, int[] start, int[] end)
          Deprecated. Returns the start and end text positions.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setJoinDelimiter(int index, java.lang.String delimiter)
          Deprecated. Sets the join delimiter of the specified field in the field info object.
 void setMergeRule(int index, int merge)
          Deprecated. Sets the merge rule of the specified field in the field info object.
 void setTextPos(int index, int start, int end)
          Deprecated. Sets the start and end text positions.
 
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

IGPFieldInfo2Proxy

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

IGPFieldInfo2Proxy

public IGPFieldInfo2Proxy()
Deprecated. 
For internal use only


IGPFieldInfo2Proxy

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

IGPFieldInfo2Proxy

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

IGPFieldInfo2Proxy

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

getMergeRule

public int getMergeRule(int index)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Returns the merge rule of the specified field in the field info object.

Specified by:
getMergeRule in interface IGPFieldInfo2
Parameters:
index - The index (in)
Returns:
A com.esri.arcgis.geoprocessing.esriGPFieldMapMergeRule constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMergeRule

public void setMergeRule(int index,
                         int merge)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Sets the merge rule of the specified field in the field info object.

Specified by:
setMergeRule in interface IGPFieldInfo2
Parameters:
index - The index (in)
merge - A com.esri.arcgis.geoprocessing.esriGPFieldMapMergeRule constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJoinDelimiter

public java.lang.String getJoinDelimiter(int index)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Returns the join delimiter of the specified field in the field info object.

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

setJoinDelimiter

public void setJoinDelimiter(int index,
                             java.lang.String delimiter)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Sets the join delimiter of the specified field in the field info object.

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

getTextPos

public void getTextPos(int index,
                       int[] start,
                       int[] end)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Returns the start and end text positions.

Specified by:
getTextPos in interface IGPFieldInfo2
Parameters:
index - The index (in)
start - The start (out: use single element array)
end - The end (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextPos

public void setTextPos(int index,
                       int start,
                       int end)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Sets the start and end text positions.

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