com.esri.arcgis.trackinganalyst
Interface tascActionProcessorHCodes

All Superinterfaces:
java.io.Serializable

public interface tascActionProcessorHCodes
extends java.io.Serializable

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

Description: 'Action Processor Return Codes.' 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 S_ACTIONPROCESSOR_MSG_FILTERED
           
static int S_ACTIONPROCESSOR_MSG_MODIFIED
           
static int S_ACTIONPROCESSOR_MSG_PROCESSED
           
static int S_ACTIONPROCESSOR_MSG_SKIPPED
           
static int S_ACTIONPROCESSOR_MSG_STOPPROCESSING
           
static int S_ACTIONPROCESSOR_MSG_STOPPROCESSING_GROUP
           
 

Field Detail

S_ACTIONPROCESSOR_MSG_FILTERED

static final int S_ACTIONPROCESSOR_MSG_FILTERED
See Also:
Constant Field Values

S_ACTIONPROCESSOR_MSG_MODIFIED

static final int S_ACTIONPROCESSOR_MSG_MODIFIED
See Also:
Constant Field Values

S_ACTIONPROCESSOR_MSG_STOPPROCESSING

static final int S_ACTIONPROCESSOR_MSG_STOPPROCESSING
See Also:
Constant Field Values

S_ACTIONPROCESSOR_MSG_STOPPROCESSING_GROUP

static final int S_ACTIONPROCESSOR_MSG_STOPPROCESSING_GROUP
See Also:
Constant Field Values

S_ACTIONPROCESSOR_MSG_PROCESSED

static final int S_ACTIONPROCESSOR_MSG_PROCESSED
See Also:
Constant Field Values

S_ACTIONPROCESSOR_MSG_SKIPPED

static final int S_ACTIONPROCESSOR_MSG_SKIPPED
See Also:
Constant Field Values