com.esri.arcgis.geoprocessing
Interface esriGPToolType

All Superinterfaces:
java.io.Serializable

public interface esriGPToolType
extends java.io.Serializable

Constants from esriGPToolType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Type of geoprocessing tool.' 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 int esriGPCustomTool
          Custom tool.
static int esriGPFunctionTool
          Function-based tool.
static int esriGPModelTool
          Model-based tool.
static int esriGPPythonScriptTool
          Python Script-based tool.
static int esriGPScriptTool
          Script-based tool.
static int esriGPServerTool
          Server-based tool.
static int esriGPTaskTool
          Task based tool.
 

Field Detail

esriGPFunctionTool

static final int esriGPFunctionTool
Function-based tool.

See Also:
Constant Field Values

esriGPModelTool

static final int esriGPModelTool
Model-based tool.

See Also:
Constant Field Values

esriGPScriptTool

static final int esriGPScriptTool
Script-based tool.

See Also:
Constant Field Values

esriGPCustomTool

static final int esriGPCustomTool
Custom tool.

See Also:
Constant Field Values

esriGPServerTool

static final int esriGPServerTool
Server-based tool.

See Also:
Constant Field Values

esriGPPythonScriptTool

static final int esriGPPythonScriptTool
Python Script-based tool.

See Also:
Constant Field Values

esriGPTaskTool

static final int esriGPTaskTool
Task based tool.

See Also:
Constant Field Values