com.esri.arcgis.geoprocessing
Interface IGPParameter3

All Superinterfaces:
IGPParameter, IGPParameter2, java.io.Serializable
All Known Implementing Classes:
GPParameter, IGPParameter3Proxy, MdParameter

public interface IGPParameter3
extends IGPParameter2, java.io.Serializable

COM Interface 'IGPParameter3'. 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 IIDed520462_7c5f_4eee_bcdd_8a82a7174a91
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPParameter2
IID3a5bcff9_9178_4cfe_9cd9_20b7593cb17f
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPParameter
IID40ef6d06_4e62_4b3d_98e6_85f7a0607730
 
Method Summary
 IGPSchema getSchema()
          Indicates how the output value is to be generated and populated during validate.
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPParameter2
isManaged
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPParameter
getCategory, getChoiceList, getControlCLSID, getDataType, getDefaultEnvironmentName, getDirection, getDisplayName, getDisplayOrder, getDomain, getName, getParameterDependencies, getParameterType, getValue, isAltered, isEnabled, isHasBeenValidated
 

Field Detail

IIDed520462_7c5f_4eee_bcdd_8a82a7174a91

static final int IIDed520462_7c5f_4eee_bcdd_8a82a7174a91
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

getSchema

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

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