com.esri.arcgis.carto
Class IParameterInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IParameterInfoProxy
All Implemented Interfaces:
IParameterInfo, java.io.Externalizable, java.io.Serializable

public class IParameterInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements IParameterInfo, java.io.Serializable

Internal use class Proxy for COM Interface 'IParameterInfo'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides generic access to object parameters for GP framework.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.carto.IParameterInfo
IID, IID82f99956_a431_4a70_b460_772ac1203fa7
 
Constructor Summary
  IParameterInfoProxy()
          For internal use only
  IParameterInfoProxy(java.lang.Object obj)
           
protected IParameterInfoProxy(java.lang.Object obj, java.lang.String iid)
           
  IParameterInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IParameterInfoProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 IGPDataType getDataType(int indexParam)
          Get parameter type.
 int getDependency(int indexParam)
          Get parameter dependency.
 IGPDomain getDomain(int indexParam)
          Get parameter domain.
 java.lang.String getLabel(int indexParam)
          Gets parameter label.
 java.lang.String getName(int indexParam)
          Gets parameter name.
 java.lang.String getObjectLabel()
          Gets object UI label.
 java.lang.String getObjectSubType()
          Gets object sub-type name.
 java.lang.String getObjectType()
          Gets object type name.
 int getParameterCount()
          Number of exposed parameters.
 IGPValue getValue(int indexParam)
          Gets parameter value.
 boolean isOptional(int indexParam)
          Get parameter optional flag.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setValue(int indexParam, IGPValue ppGPValue)
          Gets 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

noncastable

public boolean noncastable
Constructor Detail

IParameterInfoProxy

public IParameterInfoProxy(java.lang.String CLSID,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.net.UnknownHostException,
                           java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IParameterInfoProxy

public IParameterInfoProxy()
For internal use only


IParameterInfoProxy

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

IParameterInfoProxy

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

IParameterInfoProxy

protected IParameterInfoProxy(java.lang.String CLSID,
                              java.lang.String iid,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getParameterCount

public int getParameterCount()
                      throws java.io.IOException,
                             AutomationException
Number of exposed parameters.

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

getName

public java.lang.String getName(int indexParam)
                         throws java.io.IOException,
                                AutomationException
Gets parameter name.

Specified by:
getName in interface IParameterInfo
Parameters:
indexParam - The indexParam (in)
Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabel

public java.lang.String getLabel(int indexParam)
                          throws java.io.IOException,
                                 AutomationException
Gets parameter label.

Specified by:
getLabel in interface IParameterInfo
Parameters:
indexParam - The indexParam (in)
Returns:
The pLabel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataType

public IGPDataType getDataType(int indexParam)
                        throws java.io.IOException,
                               AutomationException
Get parameter type.

Specified by:
getDataType in interface IParameterInfo
Parameters:
indexParam - The indexParam (in)
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.

getDomain

public IGPDomain getDomain(int indexParam)
                    throws java.io.IOException,
                           AutomationException
Get parameter domain.

Specified by:
getDomain in interface IParameterInfo
Parameters:
indexParam - The indexParam (in)
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.

getDependency

public int getDependency(int indexParam)
                  throws java.io.IOException,
                         AutomationException
Get parameter dependency.

Specified by:
getDependency in interface IParameterInfo
Parameters:
indexParam - The indexParam (in)
Returns:
The pIndexDependency
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOptional

public boolean isOptional(int indexParam)
                   throws java.io.IOException,
                          AutomationException
Get parameter optional flag.

Specified by:
isOptional in interface IParameterInfo
Parameters:
indexParam - The indexParam (in)
Returns:
The pOptional
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

public IGPValue getValue(int indexParam)
                  throws java.io.IOException,
                         AutomationException
Gets parameter value.

Specified by:
getValue in interface IParameterInfo
Parameters:
indexParam - The indexParam (in)
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.

setValue

public void setValue(int indexParam,
                     IGPValue ppGPValue)
              throws java.io.IOException,
                     AutomationException
Gets parameter value.

Specified by:
setValue in interface IParameterInfo
Parameters:
indexParam - The indexParam (in)
ppGPValue - 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.

getObjectType

public java.lang.String getObjectType()
                               throws java.io.IOException,
                                      AutomationException
Gets object type name.

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

getObjectSubType

public java.lang.String getObjectSubType()
                                  throws java.io.IOException,
                                         AutomationException
Gets object sub-type name.

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

getObjectLabel

public java.lang.String getObjectLabel()
                                throws java.io.IOException,
                                       AutomationException
Gets object UI label.

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