|
|||||||||
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
Provides generic access to object parameters for GP framework.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IParameterInfoProxy()
|
|
IParameterInfoProxy(Object obj)
|
protected |
IParameterInfoProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IGPDataType |
getDataType(int indexParam)
Get parameter type. |
int |
getDependency(int indexParam)
Get parameter dependency. |
IGPDomain |
getDomain(int indexParam)
Get parameter domain. |
String |
getLabel(int indexParam)
Gets parameter label. |
String |
getName(int indexParam)
Gets parameter name. |
String |
getObjectLabel()
Gets object UI label. |
String |
getObjectSubType()
Gets object sub-type name. |
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(String iidStr,
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 boolean noncastable
Constructor Detail |
---|
public IParameterInfoProxy()
public IParameterInfoProxy(Object obj) throws IOException
IOException
protected IParameterInfoProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public int getParameterCount() throws IOException, AutomationException
getParameterCount
in interface IParameterInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName(int indexParam) throws IOException, AutomationException
getName
in interface IParameterInfo
indexParam
- The indexParam (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLabel(int indexParam) throws IOException, AutomationException
getLabel
in interface IParameterInfo
indexParam
- The indexParam (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPDataType getDataType(int indexParam) throws IOException, AutomationException
getDataType
in interface IParameterInfo
indexParam
- The indexParam (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPDomain getDomain(int indexParam) throws IOException, AutomationException
getDomain
in interface IParameterInfo
indexParam
- The indexParam (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDependency(int indexParam) throws IOException, AutomationException
getDependency
in interface IParameterInfo
indexParam
- The indexParam (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOptional(int indexParam) throws IOException, AutomationException
isOptional
in interface IParameterInfo
indexParam
- The indexParam (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPValue getValue(int indexParam) throws IOException, AutomationException
getValue
in interface IParameterInfo
indexParam
- The indexParam (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValue(int indexParam, IGPValue ppGPValue) throws IOException, AutomationException
setValue
in interface IParameterInfo
indexParam
- The indexParam (in)ppGPValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getObjectType() throws IOException, AutomationException
getObjectType
in interface IParameterInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getObjectSubType() throws IOException, AutomationException
getObjectSubType
in interface IParameterInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getObjectLabel() throws IOException, AutomationException
getObjectLabel
in interface IParameterInfo
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 |