com.esri.arcgis.geoprocessing
Class IGPFieldInfoProperty2Proxy

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

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

Description: 'Provides access to the properties/methods of a field info property 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 IGPFieldInfoProperty2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IGPFieldInfoProperty2, 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.IGPFieldInfoProperty2
IID, IID8fb38849_b524_4e75_819c_80e6152b2b9f
 
Constructor Summary
  IGPFieldInfoProperty2Proxy()
          Deprecated. For internal use only
  IGPFieldInfoProperty2Proxy(java.lang.Object obj)
          Deprecated.  
protected IGPFieldInfoProperty2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPFieldInfoProperty2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPFieldInfoProperty2Proxy(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()
          Deprecated. FieldInfo Property Join Delimiter.
 int getMergeRule()
          Deprecated. FieldInfo Property Merge Rule.
 void getTextPos(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(java.lang.String delimiter)
          Deprecated. FieldInfo Property Join Delimiter.
 void setMergeRule(int rule)
          Deprecated. FieldInfo Property Merge Rule.
 void setTextPos(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

IGPFieldInfoProperty2Proxy

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

IGPFieldInfoProperty2Proxy

public IGPFieldInfoProperty2Proxy()
Deprecated. 
For internal use only


IGPFieldInfoProperty2Proxy

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

IGPFieldInfoProperty2Proxy

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

IGPFieldInfoProperty2Proxy

protected IGPFieldInfoProperty2Proxy(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()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
FieldInfo Property Merge Rule.

Specified by:
getMergeRule in interface IGPFieldInfoProperty2
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 rule)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
FieldInfo Property Merge Rule.

Specified by:
setMergeRule in interface IGPFieldInfoProperty2
Parameters:
rule - 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()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
FieldInfo Property Join Delimiter.

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

setJoinDelimiter

public void setJoinDelimiter(java.lang.String delimiter)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
FieldInfo Property Join Delimiter.

Specified by:
setJoinDelimiter in interface IGPFieldInfoProperty2
Parameters:
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[] start,
                       int[] end)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Returns the start and end text positions.

Specified by:
getTextPos in interface IGPFieldInfoProperty2
Parameters:
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 start,
                       int end)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Sets the start and end text positions.

Specified by:
setTextPos in interface IGPFieldInfoProperty2
Parameters:
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.