|
|||||||||
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.geoprocessing.IGPParameterEditProxy
Description: 'Provides access to the editable 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 IGPParameterEditProxy
Internal use class
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.IGPParameterEdit |
---|
IID, IID41ea73ee_8c7f_4ec8_bf00_1c5b11ef781d |
Constructor Summary | |
---|---|
|
IGPParameterEditProxy()
Deprecated. For internal use only |
|
IGPParameterEditProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPParameterEditProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPParameterEditProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPParameterEditProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addDependency(java.lang.String name)
Deprecated. Adds the name of a parameter that this geoprocessing parameter object is dependent on. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAltered(boolean rhs1)
Deprecated. Indicates whether the parameter value has been explicitly set (by the user). |
void |
setCategory(java.lang.String rhs1)
Deprecated. Category of the geoprocessing parameter. |
void |
setChoiceListByRef(IGPChoiceList rhs1)
Deprecated. The choice list object of the geoprocessing parameter. |
void |
setControlCLSID(IUID rhs1)
Deprecated. The class identifier (CLSID) of the ActiveX control to use to edit the geoprocessing parameter. |
void |
setDataTypeByRef(IGPDataType rhs1)
Deprecated. Data type of the geoprocessing parameter. |
void |
setDefaultEnvironmentName(java.lang.String rhs1)
Deprecated. The name of the environment value to use as the default value for the geoprocessing parameter. |
void |
setDirection(int rhs1)
Deprecated. Direction of the geoprocessing parameter. |
void |
setDisplayName(java.lang.String rhs1)
Deprecated. Display name of the geoprocessing parameter. |
void |
setDisplayOrder(int rhs1)
Deprecated. The display order of the geoprocessing parameter. |
void |
setDomainByRef(IGPDomain rhs1)
Deprecated. Domain of the geoprocessing parameter. |
void |
setEnabled(boolean rhs1)
Deprecated. Indicates whether the ActiveX control for the geoprocessing parameter should be enabled/disabled. |
void |
setHasBeenValidated(boolean rhs1)
Deprecated. Indicates whether the parameter value has been modified since the last time the parameter was validated (i.e., since Validate() was called). |
void |
setName(java.lang.String rhs1)
Deprecated. Name of the geoprocessing parameter. |
void |
setParameterDependencies(IEnumBSTR rhs1)
Deprecated. Enumeration of parameter names the geoprocessing parameter is dependent on. |
void |
setParameterType(int rhs1)
Deprecated. Type of the geoprocessing parameter. |
void |
setValueByRef(IGPValue rhs1)
Deprecated. The current value object of the geoprocessing 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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGPParameterEditProxy(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 IGPParameterEditProxy()
public IGPParameterEditProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGPParameterEditProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGPParameterEditProxy(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 void setName(java.lang.String rhs1) throws java.io.IOException, AutomationException
setName
in interface IGPParameterEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayName(java.lang.String rhs1) throws java.io.IOException, AutomationException
setDisplayName
in interface IGPParameterEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDirection(int rhs1) throws java.io.IOException, AutomationException
setDirection
in interface IGPParameterEdit
rhs1
- A com.esri.arcgis.geoprocessing.esriGPParameterDirection constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataTypeByRef(IGPDataType rhs1) throws java.io.IOException, AutomationException
setDataTypeByRef
in interface IGPParameterEdit
rhs1
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParameterType(int rhs1) throws java.io.IOException, AutomationException
setParameterType
in interface IGPParameterEdit
rhs1
- A com.esri.arcgis.geoprocessing.esriGPParameterType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParameterDependencies(IEnumBSTR rhs1) throws java.io.IOException, AutomationException
setParameterDependencies
in interface IGPParameterEdit
rhs1
- A reference to a com.esri.arcgis.system.IEnumBSTR (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDomainByRef(IGPDomain rhs1) throws java.io.IOException, AutomationException
setDomainByRef
in interface IGPParameterEdit
rhs1
- A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEnabled(boolean rhs1) throws java.io.IOException, AutomationException
setEnabled
in interface IGPParameterEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValueByRef(IGPValue rhs1) throws java.io.IOException, AutomationException
setValueByRef
in interface IGPParameterEdit
rhs1
- 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 void setControlCLSID(IUID rhs1) throws java.io.IOException, AutomationException
setControlCLSID
in interface IGPParameterEdit
rhs1
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultEnvironmentName(java.lang.String rhs1) throws java.io.IOException, AutomationException
setDefaultEnvironmentName
in interface IGPParameterEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayOrder(int rhs1) throws java.io.IOException, AutomationException
setDisplayOrder
in interface IGPParameterEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAltered(boolean rhs1) throws java.io.IOException, AutomationException
setAltered
in interface IGPParameterEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHasBeenValidated(boolean rhs1) throws java.io.IOException, AutomationException
setHasBeenValidated
in interface IGPParameterEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addDependency(java.lang.String name) throws java.io.IOException, AutomationException
addDependency
in interface IGPParameterEdit
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCategory(java.lang.String rhs1) throws java.io.IOException, AutomationException
setCategory
in interface IGPParameterEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setChoiceListByRef(IGPChoiceList rhs1) throws java.io.IOException, AutomationException
setChoiceListByRef
in interface IGPParameterEdit
rhs1
- A reference to a com.esri.arcgis.geodatabase.IGPChoiceList (in)
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 |