com.esri.arcgis.geoprocessing
Class IGpFieldMappingsObjectProxy

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

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

Description: 'Provides access to the properties of a Geoprocessing FieldMapping 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 IGpFieldMappingsObjectProxy
extends com.esri.arcgis.interop.Dispatch
implements IGpFieldMappingsObject, 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.IGpFieldMappingsObject
DISPID_1_GET_NAME, DISPID_1_PUTREF_NAME, DISPID_10_NAME, DISPID_11_NAME, DISPID_12_NAME, DISPID_13_NAME, DISPID_2_NAME, DISPID_3_GET_NAME, DISPID_3_PUT_NAME, DISPID_4_GET_NAME, DISPID_5_GET_NAME, DISPID_6_NAME, DISPID_7_NAME, DISPID_8_NAME, DISPID_9_NAME, IID, IID3fdf95a7_b0d6_446a_be8b_f2d75e801da8
 
Constructor Summary
  IGpFieldMappingsObjectProxy()
          Deprecated. For internal use only
  IGpFieldMappingsObjectProxy(java.lang.Object obj)
          Deprecated.  
protected IGpFieldMappingsObjectProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGpFieldMappingsObjectProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGpFieldMappingsObjectProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addFieldMap(java.lang.Object pFieldMap)
          Deprecated. Add a fieldmap to the mapping object
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void addTable(java.lang.String table)
          Deprecated. Add a table to the mapping object
 java.lang.String exportToString()
          Deprecated. Get the string representation of the field mappings object
 int findFieldMapIndex(java.lang.String fieldName)
          Deprecated. Find the index of a fieldmap
 int getFieldCount()
          Deprecated. Get the count of fieldmaps within the mapping object
 java.lang.Object getFieldMap(int index)
          Deprecated. Get a fieldmap from the mapping object
 IGPFieldMapping getFieldMapping()
          Deprecated. The true FieldMapping object
 java.lang.Object getFields()
          Deprecated. Get the output fields of the mapping object
 java.lang.String getFieldValidationWorkspace()
          Deprecated. Set the workspace for the mapping object
 void loadFromString(java.lang.String valueText)
          Deprecated. Initialize the field map by text string
 void removeAll()
          Deprecated. Remove fieldmaps from the mapping object
 void removeFieldMap(int index)
          Deprecated. Remove a fieldmap from the mapping object
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void replaceFieldMap(int index, java.lang.Object pFieldMap)
          Deprecated. Replace a fieldmap within the mapping object
 void setFieldMappingByRef(IGPFieldMapping ppFieldMapping)
          Deprecated. The true FieldMapping object
 void setFieldValidationWorkspace(java.lang.String workspace)
          Deprecated. Set the workspace for the mapping object
 
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

IGpFieldMappingsObjectProxy

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

IGpFieldMappingsObjectProxy

public IGpFieldMappingsObjectProxy()
Deprecated. 
For internal use only


IGpFieldMappingsObjectProxy

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

IGpFieldMappingsObjectProxy

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

IGpFieldMappingsObjectProxy

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

setFieldMappingByRef

public void setFieldMappingByRef(IGPFieldMapping ppFieldMapping)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The true FieldMapping object

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

getFieldMapping

public IGPFieldMapping getFieldMapping()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The true FieldMapping object

Specified by:
getFieldMapping in interface IGpFieldMappingsObject
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPFieldMapping
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addTable

public void addTable(java.lang.String table)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Add a table to the mapping object

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

setFieldValidationWorkspace

public void setFieldValidationWorkspace(java.lang.String workspace)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Set the workspace for the mapping object

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

getFieldValidationWorkspace

public java.lang.String getFieldValidationWorkspace()
                                             throws java.io.IOException,
                                                    AutomationException
Deprecated. 
Set the workspace for the mapping object

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

getFields

public java.lang.Object getFields()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Get the output fields of the mapping object

Specified by:
getFields in interface IGpFieldMappingsObject
Returns:
A reference to another Automation Object (IDispatch)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldCount

public int getFieldCount()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Get the count of fieldmaps within the mapping object

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

removeAll

public void removeAll()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Remove fieldmaps from the mapping object

Specified by:
removeAll in interface IGpFieldMappingsObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addFieldMap

public void addFieldMap(java.lang.Object pFieldMap)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Add a fieldmap to the mapping object

Specified by:
addFieldMap in interface IGpFieldMappingsObject
Parameters:
pFieldMap - A reference to another Automation Object (IDispatch) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldMap

public java.lang.Object getFieldMap(int index)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Get a fieldmap from the mapping object

Specified by:
getFieldMap in interface IGpFieldMappingsObject
Parameters:
index - The index (in)
Returns:
A reference to another Automation Object (IDispatch)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replaceFieldMap

public void replaceFieldMap(int index,
                            java.lang.Object pFieldMap)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Replace a fieldmap within the mapping object

Specified by:
replaceFieldMap in interface IGpFieldMappingsObject
Parameters:
index - The index (in)
pFieldMap - A reference to another Automation Object (IDispatch) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeFieldMap

public void removeFieldMap(int index)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Remove a fieldmap from the mapping object

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

findFieldMapIndex

public int findFieldMapIndex(java.lang.String fieldName)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Find the index of a fieldmap

Specified by:
findFieldMapIndex in interface IGpFieldMappingsObject
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 valueText)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Initialize the field map by text string

Specified by:
loadFromString in interface IGpFieldMappingsObject
Parameters:
valueText - The valueText (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. 
Get the string representation of the field mappings object

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