com.esri.arcgis.trackinganalyst
Interface enumFilter

All Superinterfaces:
java.io.Serializable

public interface enumFilter
extends java.io.Serializable

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

Description: 'Action Subtype for Filter 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 enumDeny
          Action Subtype is Deny.
static int enumPermit
          Action Subtype is Permit.
static int enumUnspecified
          Action Subtype is Unspecified.
 

Field Detail

enumUnspecified

static final int enumUnspecified
Action Subtype is Unspecified.

See Also:
Constant Field Values

enumPermit

static final int enumPermit
Action Subtype is Permit.

See Also:
Constant Field Values

enumDeny

static final int enumDeny
Action Subtype is Deny.

See Also:
Constant Field Values