com.esri.arcgis.geoprocessing
Class IGPParameterEditProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGPParameterEditProxy
All Implemented Interfaces:
IGPParameterEdit, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IGPParameterEdit2Proxy

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

Description: 'Provides access to the editable properties/methods of a geoprocessing parameter 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 IGPParameterEditProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPParameterEdit, 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.IGPParameterEdit
IID, IID41ea73ee_8c7f_4ec8_bf00_1c5b11ef781d
 
Constructor Summary
  IGPParameterEditProxy()
          Deprecated. For internal use only
  IGPParameterEditProxy(java.lang.Object obj)
          Deprecated.  
protected IGPParameterEditProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPParameterEditProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPParameterEditProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addDependency(java.lang.String name)
          Deprecated. Adds the name of a parameter that this geoprocessing parameter object is dependent on.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAltered(boolean rhs1)
          Deprecated. Indicates whether the parameter value has been explicitly set (by the user).
 void setCategory(java.lang.String rhs1)
          Deprecated. Category of the geoprocessing parameter.
 void setChoiceListByRef(IGPChoiceList rhs1)
          Deprecated. The choice list object of the geoprocessing parameter.
 void setControlCLSID(IUID rhs1)
          Deprecated. The class identifier (CLSID) of the ActiveX control to use to edit the geoprocessing parameter.
 void setDataTypeByRef(IGPDataType rhs1)
          Deprecated. Data type of the geoprocessing parameter.
 void setDefaultEnvironmentName(java.lang.String rhs1)
          Deprecated. The name of the environment value to use as the default value for the geoprocessing parameter.
 void setDirection(int rhs1)
          Deprecated. Direction of the geoprocessing parameter.
 void setDisplayName(java.lang.String rhs1)
          Deprecated. Display name of the geoprocessing parameter.
 void setDisplayOrder(int rhs1)
          Deprecated. The display order of the geoprocessing parameter.
 void setDomainByRef(IGPDomain rhs1)
          Deprecated. Domain of the geoprocessing parameter.
 void setEnabled(boolean rhs1)
          Deprecated. Indicates whether the ActiveX control for the geoprocessing parameter should be enabled/disabled.
 void setHasBeenValidated(boolean rhs1)
          Deprecated. Indicates whether the parameter value has been modified since the last time the parameter was validated (i.e., since Validate() was called).
 void setName(java.lang.String rhs1)
          Deprecated. Name of the geoprocessing parameter.
 void setParameterDependencies(IEnumBSTR rhs1)
          Deprecated. Enumeration of parameter names the geoprocessing parameter is dependent on.
 void setParameterType(int rhs1)
          Deprecated. Type of the geoprocessing parameter.
 void setValueByRef(IGPValue rhs1)
          Deprecated. The current value object of the geoprocessing parameter.
 
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

IGPParameterEditProxy

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

IGPParameterEditProxy

public IGPParameterEditProxy()
Deprecated. 
For internal use only


IGPParameterEditProxy

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

IGPParameterEditProxy

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

IGPParameterEditProxy

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

setName

public void setName(java.lang.String rhs1)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Name of the geoprocessing parameter.

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

setDisplayName

public void setDisplayName(java.lang.String rhs1)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Display name of the geoprocessing parameter.

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

setDirection

public void setDirection(int rhs1)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Direction of the geoprocessing parameter.

Specified by:
setDirection in interface IGPParameterEdit
Parameters:
rhs1 - 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.

setDataTypeByRef

public void setDataTypeByRef(IGPDataType rhs1)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Data type of the geoprocessing parameter.

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

setParameterType

public void setParameterType(int rhs1)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Type of the geoprocessing parameter.

Specified by:
setParameterType in interface IGPParameterEdit
Parameters:
rhs1 - 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.

setParameterDependencies

public void setParameterDependencies(IEnumBSTR rhs1)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Enumeration of parameter names the geoprocessing parameter is dependent on.

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

setDomainByRef

public void setDomainByRef(IGPDomain rhs1)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Domain of the geoprocessing parameter.

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

setEnabled

public void setEnabled(boolean rhs1)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates whether the ActiveX control for the geoprocessing parameter should be enabled/disabled.

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

setValueByRef

public void setValueByRef(IGPValue rhs1)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The current value object of the geoprocessing parameter.

Specified by:
setValueByRef in interface IGPParameterEdit
Parameters:
rhs1 - 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.

setControlCLSID

public void setControlCLSID(IUID rhs1)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The class identifier (CLSID) of the ActiveX control to use to edit the geoprocessing parameter.

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

setDefaultEnvironmentName

public void setDefaultEnvironmentName(java.lang.String rhs1)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The name of the environment value to use as the default value for the geoprocessing parameter.

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

setDisplayOrder

public void setDisplayOrder(int rhs1)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The display order of the geoprocessing parameter.

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

setAltered

public void setAltered(boolean rhs1)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates whether the parameter value has been explicitly set (by the user).

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

setHasBeenValidated

public void setHasBeenValidated(boolean rhs1)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether the parameter value has been modified since the last time the parameter was validated (i.e., since Validate() was called).

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

addDependency

public void addDependency(java.lang.String name)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Adds the name of a parameter that this geoprocessing parameter object is dependent on.

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

setCategory

public void setCategory(java.lang.String rhs1)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Category of the geoprocessing parameter.

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

setChoiceListByRef

public void setChoiceListByRef(IGPChoiceList rhs1)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The choice list object of the geoprocessing parameter.

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