|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IParameterInfoProxy
public class IParameterInfoProxy
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 =
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IParameterInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IParameterInfoProxy()
public IParameterInfoProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IParameterInfoProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IParameterInfoProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getParameterCount() throws java.io.IOException, AutomationException
getParameterCount
in interface IParameterInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName(int indexParam) throws java.io.IOException, AutomationException
getName
in interface IParameterInfo
indexParam
- The indexParam (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLabel(int indexParam) throws java.io.IOException, AutomationException
getLabel
in interface IParameterInfo
indexParam
- The indexParam (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPDataType getDataType(int indexParam) throws java.io.IOException, AutomationException
getDataType
in interface IParameterInfo
indexParam
- The indexParam (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPDomain getDomain(int indexParam) throws java.io.IOException, AutomationException
getDomain
in interface IParameterInfo
indexParam
- The indexParam (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDependency(int indexParam) throws java.io.IOException, AutomationException
getDependency
in interface IParameterInfo
indexParam
- The indexParam (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOptional(int indexParam) throws java.io.IOException, AutomationException
isOptional
in interface IParameterInfo
indexParam
- The indexParam (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPValue getValue(int indexParam) throws java.io.IOException, AutomationException
getValue
in interface IParameterInfo
indexParam
- The indexParam (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValue(int indexParam, IGPValue ppGPValue) throws java.io.IOException, AutomationException
setValue
in interface IParameterInfo
indexParam
- The indexParam (in)ppGPValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getObjectType() throws java.io.IOException, AutomationException
getObjectType
in interface IParameterInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getObjectSubType() throws java.io.IOException, AutomationException
getObjectSubType
in interface IParameterInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getObjectLabel() throws java.io.IOException, AutomationException
getObjectLabel
in interface IParameterInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |