com.esri.arcgis.geoprocessing
Interface esriGPSchemaFieldsType

All Superinterfaces:
java.io.Serializable

public interface esriGPSchemaFieldsType
extends java.io.Serializable

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

Description: 'Fields type for the populating the output value.' 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 esriGPSchemaFieldsAll
          Set field set of output from all inputs.
static int esriGPSchemaFieldsAllFIDsOnly
          Set field set of output from all inputs but with only their FIDs.
static int esriGPSchemaFieldsAllNoFIDs
          Set field set of output from all inputs but without their FIDs.
static int esriGPSchemaFieldsFirstDependency
          Set field set of output from first input.
static int esriGPSchemaFieldsFirstDependencyFIDs
          Set field set of output from first input and add a field for their FID.
static int esriGPSchemaFieldsNone
          No initial field sets.
static int esriGPSchemaFieldsUnset
          Unset.
 

Field Detail

esriGPSchemaFieldsUnset

static final int esriGPSchemaFieldsUnset
Unset.

See Also:
Constant Field Values

esriGPSchemaFieldsFirstDependency

static final int esriGPSchemaFieldsFirstDependency
Set field set of output from first input.

See Also:
Constant Field Values

esriGPSchemaFieldsFirstDependencyFIDs

static final int esriGPSchemaFieldsFirstDependencyFIDs
Set field set of output from first input and add a field for their FID.

See Also:
Constant Field Values

esriGPSchemaFieldsAll

static final int esriGPSchemaFieldsAll
Set field set of output from all inputs.

See Also:
Constant Field Values

esriGPSchemaFieldsAllNoFIDs

static final int esriGPSchemaFieldsAllNoFIDs
Set field set of output from all inputs but without their FIDs.

See Also:
Constant Field Values

esriGPSchemaFieldsAllFIDsOnly

static final int esriGPSchemaFieldsAllFIDsOnly
Set field set of output from all inputs but with only their FIDs.

See Also:
Constant Field Values

esriGPSchemaFieldsNone

static final int esriGPSchemaFieldsNone
No initial field sets.

See Also:
Constant Field Values