com.esri.arcgis.geoprocessing
Class IGPParameterInfoProxy

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

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

Description: 'Provides access to the properties/methods of the parameter information.' 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 IGPParameterInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPParameterInfo, 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.IGPParameterInfo
IID, IIDcee0770d_1b0f_40a5_aad8_57a40b88b13f
 
Constructor Summary
  IGPParameterInfoProxy()
          Deprecated. For internal use only
  IGPParameterInfoProxy(java.lang.Object obj)
          Deprecated.  
protected IGPParameterInfoProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPParameterInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPParameterInfoProxy(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 getCategory()
          Deprecated. The parameter category.
 IStringArray getChoiceList()
          Deprecated. The parameter choice list.
 java.lang.String getDataType()
          Deprecated. The parameter data type.
 int getDirection()
          Deprecated. The parameter direction.
 java.lang.String getDisplayName()
          Deprecated. The parameter display name.
 java.lang.String getName()
          Deprecated. The parameter name.
 int getParameterType()
          Deprecated. The parameter type.
 IGPValue getValue()
          Deprecated. The parameter value.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCategory(java.lang.String category)
          Deprecated. The parameter category.
 void setChoiceListByRef(IStringArray ppChoiceList)
          Deprecated. The parameter choice list.
 void setDataType(java.lang.String type)
          Deprecated. The parameter data type.
 void setDirection(int direction)
          Deprecated. The parameter direction.
 void setDisplayName(java.lang.String name)
          Deprecated. The parameter display name.
 void setName(java.lang.String name)
          Deprecated. The parameter name.
 void setParameterType(int paramtype)
          Deprecated. The parameter type.
 void setValueByRef(IGPValue ppValue)
          Deprecated. The parameter 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

IGPParameterInfoProxy

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

IGPParameterInfoProxy

public IGPParameterInfoProxy()
Deprecated. 
For internal use only


IGPParameterInfoProxy

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

IGPParameterInfoProxy

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

IGPParameterInfoProxy

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

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The parameter name.

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

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The parameter name.

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

getDisplayName

public java.lang.String getDisplayName()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The parameter display name.

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

setDisplayName

public void setDisplayName(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The parameter display name.

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

getCategory

public java.lang.String getCategory()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The parameter category.

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

setCategory

public void setCategory(java.lang.String category)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The parameter category.

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

getDataType

public java.lang.String getDataType()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The parameter data type.

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

setDataType

public void setDataType(java.lang.String type)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The parameter data type.

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

getDirection

public int getDirection()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The parameter direction.

Specified by:
getDirection in interface IGPParameterInfo
Returns:
A com.esri.arcgis.geoprocessing.esriGPParameterDirection constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDirection

public void setDirection(int direction)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The parameter direction.

Specified by:
setDirection in interface IGPParameterInfo
Parameters:
direction - A com.esri.arcgis.geoprocessing.esriGPParameterDirection constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParameterType

public int getParameterType()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The parameter type.

Specified by:
getParameterType in interface IGPParameterInfo
Returns:
A com.esri.arcgis.geoprocessing.esriGPParameterType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParameterType

public void setParameterType(int paramtype)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The parameter type.

Specified by:
setParameterType in interface IGPParameterInfo
Parameters:
paramtype - A com.esri.arcgis.geoprocessing.esriGPParameterType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getChoiceList

public IStringArray getChoiceList()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The parameter choice list.

Specified by:
getChoiceList in interface IGPParameterInfo
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setChoiceListByRef

public void setChoiceListByRef(IStringArray ppChoiceList)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The parameter choice list.

Specified by:
setChoiceListByRef in interface IGPParameterInfo
Parameters:
ppChoiceList - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

public IGPValue getValue()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The parameter value.

Specified by:
getValue in interface IGPParameterInfo
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValueByRef

public void setValueByRef(IGPValue ppValue)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The parameter value.

Specified by:
setValueByRef in interface IGPParameterInfo
Parameters:
ppValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.