com.esri.arcgis.trackinganalyst
Interface enumActionProcessingType

All Superinterfaces:
java.io.Serializable

public interface enumActionProcessingType
extends java.io.Serializable

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

Description: 'The type of data currently being processed by the action.' 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 enumIdle
          Action is Idle.
static int enumProcessingDataMessage
          Action is processing a Data Message.
static int enumProcessingFeature
          Action is processing a Feature.
 

Field Detail

enumIdle

static final int enumIdle
Action is Idle.

See Also:
Constant Field Values

enumProcessingFeature

static final int enumProcessingFeature
Action is processing a Feature.

See Also:
Constant Field Values

enumProcessingDataMessage

static final int enumProcessingDataMessage
Action is processing a Data Message.

See Also:
Constant Field Values