com.esri.arcgis.geoprocessing
Interface IGPParameterEdit3

All Superinterfaces:
IGPParameterEdit, IGPParameterEdit2, java.io.Serializable
All Known Implementing Classes:
GPParameter, IGPParameterEdit3Proxy, MdParameter

public interface IGPParameterEdit3
extends IGPParameterEdit2, java.io.Serializable

COM Interface 'IGPParameterEdit3'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID5353174c_8a81_4c72_a874_880ac9b7ef3f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPParameterEdit2
IID1ba34152_5e03_4df1_a402_22c7e2a9f869
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPParameterEdit
IID41ea73ee_8c7f_4ec8_bf00_1c5b11ef781d
 
Method Summary
 void setSchemaByRef(IGPSchema rhs1)
          Indicates how the output value is to be generated and populated during validate.
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPParameterEdit2
setManaged
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPParameterEdit
addDependency, setAltered, setCategory, setChoiceListByRef, setControlCLSID, setDataTypeByRef, setDefaultEnvironmentName, setDirection, setDisplayName, setDisplayOrder, setDomainByRef, setEnabled, setHasBeenValidated, setName, setParameterDependencies, setParameterType, setValueByRef
 

Field Detail

IID5353174c_8a81_4c72_a874_880ac9b7ef3f

static final int IID5353174c_8a81_4c72_a874_880ac9b7ef3f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setSchemaByRef

void setSchemaByRef(IGPSchema rhs1)
                    throws java.io.IOException,
                           AutomationException
Indicates how the output value is to be generated and populated during validate.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geoprocessing.IGPSchema (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.