com.esri.arcgis.geoprocessing
Class IGPParameterProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGPParameterProxy
All Implemented Interfaces:
IGPParameter, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IGPParameter2Proxy

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

Description: 'Provides access to the 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 IGPParameterProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPParameter, 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.IGPParameter
IID, IID40ef6d06_4e62_4b3d_98e6_85f7a0607730
 
Constructor Summary
  IGPParameterProxy()
          Deprecated. For internal use only
  IGPParameterProxy(java.lang.Object obj)
          Deprecated.  
protected IGPParameterProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPParameterProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPParameterProxy(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. Category of the geoprocessing parameter.
 IGPChoiceList getChoiceList()
          Deprecated. The choice list object of the geoprocessing parameter.
 IUID getControlCLSID()
          Deprecated. The class identifier (CLSID) of the ActiveX control to use to edit the geoprocessing parameter.
 IGPDataType getDataType()
          Deprecated. Data type of the geoprocessing parameter.
 java.lang.String getDefaultEnvironmentName()
          Deprecated. The name of the environment value to use as the default value for the geoprocessing parameter.
 int getDirection()
          Deprecated. Direction of the geoprocessing parameter.
 java.lang.String getDisplayName()
          Deprecated. Display name of the geoprocessing parameter.
 int getDisplayOrder()
          Deprecated. The display order of the geoprocessing parameter.
 IGPDomain getDomain()
          Deprecated. Domain of the geoprocessing parameter.
 java.lang.String getName()
          Deprecated. Name of the geoprocessing parameter.
 IEnumBSTR getParameterDependencies()
          Deprecated. Enumeration of parameter names the geoprocessing parameter is dependent on.
 int getParameterType()
          Deprecated. Type of the geoprocessing parameter.
 IGPValue getValue()
          Deprecated. The current value object of the geoprocessing parameter.
 boolean isAltered()
          Deprecated. Indicates whether the parameter value has been explicitly set (by the user).
 boolean isEnabled()
          Deprecated. Indicates whether the ActiveX control for the geoprocessing parameter should be enabled/disabled.
 boolean isHasBeenValidated()
          Deprecated. Indicates whether the parameter value has been modified since the last time the parameter was validated (i.e., since Validate() was called).
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

IGPParameterProxy

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

IGPParameterProxy

public IGPParameterProxy()
Deprecated. 
For internal use only


IGPParameterProxy

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

IGPParameterProxy

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

IGPParameterProxy

protected IGPParameterProxy(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. 
Name of the geoprocessing parameter.

Specified by:
getName in interface IGPParameter
Returns:
The name
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. 
Display name of the geoprocessing parameter.

Specified by:
getDisplayName in interface IGPParameter
Returns:
The name
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. 
Direction of the geoprocessing parameter.

Specified by:
getDirection in interface IGPParameter
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.

getDataType

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

Specified by:
getDataType in interface IGPParameter
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPDataType
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. 
Type of the geoprocessing parameter.

Specified by:
getParameterType in interface IGPParameter
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.

getParameterDependencies

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

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

getDomain

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

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

isEnabled

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

Specified by:
isEnabled in interface IGPParameter
Returns:
The enabled
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 current value object of the geoprocessing parameter.

Specified by:
getValue in interface IGPParameter
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.

getControlCLSID

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

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

getDefaultEnvironmentName

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

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

getDisplayOrder

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

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

isAltered

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

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

isHasBeenValidated

public boolean isHasBeenValidated()
                           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:
isHasBeenValidated in interface IGPParameter
Returns:
The validated
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. 
Category of the geoprocessing parameter.

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

getChoiceList

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

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