com.esri.arcgis.geoprocessing
Class IMdParameterProxy

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

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

Description: 'Provides access to properties/methods of a model parameter.' 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 IMdParameterProxy
extends com.esri.arcgis.interop.Dispatch
implements IMdParameter, 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.IMdParameter
IID, IID9411cd59_50b7_4852_8dff_a0c33f622216
 
Constructor Summary
  IMdParameterProxy()
          Deprecated. For internal use only
  IMdParameterProxy(java.lang.Object obj)
          Deprecated.  
protected IMdParameterProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMdParameterProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMdParameterProxy(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.  
 void init(IGPParameter definition)
          Deprecated. Initializes the model parameter using the given parameter as a template.
 boolean isCurrent()
          Deprecated. Indicates if the model parameter is current (i.e., has been created).
 boolean isDerived()
          Deprecated. Indicates if the model parameter is a derived value.
 boolean isMarked()
          Deprecated. Indicates if the model parameter has been marked for validation/execution.
 boolean isValid()
          Deprecated. Indicates if the model parameter is valid.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCurrent(boolean current)
          Deprecated. Indicates if the model parameter is current (i.e., has been created).
 void setDerived(boolean derived)
          Deprecated. Indicates if the model parameter is a derived value.
 void setMarked(boolean marked)
          Deprecated. Indicates if the model parameter has been marked for validation/execution.
 void setValid(boolean valid)
          Deprecated. Indicates if the model parameter is valid.
 void setValueByRef(IGPValue rhs1)
          Deprecated. The value of the parameter object.
 IGPMessage validate()
          Deprecated. Validates the current value of the model 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

IMdParameterProxy

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

IMdParameterProxy

public IMdParameterProxy()
Deprecated. 
For internal use only


IMdParameterProxy

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

IMdParameterProxy

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

IMdParameterProxy

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

setValueByRef

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

Specified by:
setValueByRef in interface IMdParameter
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.

isMarked

public boolean isMarked()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates if the model parameter has been marked for validation/execution.

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

setMarked

public void setMarked(boolean marked)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates if the model parameter has been marked for validation/execution.

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

isValid

public boolean isValid()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if the model parameter is valid.

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

setValid

public void setValid(boolean valid)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Indicates if the model parameter is valid.

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

isCurrent

public boolean isCurrent()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the model parameter is current (i.e., has been created).

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

setCurrent

public void setCurrent(boolean current)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if the model parameter is current (i.e., has been created).

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

isDerived

public boolean isDerived()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the model parameter is a derived value.

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

setDerived

public void setDerived(boolean derived)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if the model parameter is a derived value.

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

init

public void init(IGPParameter definition)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Initializes the model parameter using the given parameter as a template.

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

validate

public IGPMessage validate()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Validates the current value of the model parameter.

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