com.esri.arcgis.carto
Interface enumActionCategory

All Superinterfaces:
java.io.Serializable

public interface enumActionCategory
extends java.io.Serializable

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

Description: 'Action Processing Category.' 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 enumLayer
          Action Processed in an ArcMap Layer.
static int enumLayerMasterCollection
          Action is a Layer Master Action Collection.
static int enumLayerSubCollection
          Action is an Action Collection for a specific Layer.
static int enumNoCategory
          No Action Processing Category is Defined.
static int enumRealtimeLayer
          Action Processed in an ArcMap Realtime Layer.
static int enumServer
          Action Processed by ArcIMS Tracking Server.
static int enumServerDSDCollection
          Action is an Action Collection for a specific DSD.
static int enumServerMasterCollection
          Action is a Server Master Action Collection.
static int enumService
          Action Processed by ArcMap from a Data Feed.
 

Field Detail

enumLayer

static final int enumLayer
Action Processed in an ArcMap Layer.

See Also:
Constant Field Values

enumServer

static final int enumServer
Action Processed by ArcIMS Tracking Server.

See Also:
Constant Field Values

enumService

static final int enumService
Action Processed by ArcMap from a Data Feed.

See Also:
Constant Field Values

enumRealtimeLayer

static final int enumRealtimeLayer
Action Processed in an ArcMap Realtime Layer.

See Also:
Constant Field Values

enumNoCategory

static final int enumNoCategory
No Action Processing Category is Defined.

See Also:
Constant Field Values

enumServerMasterCollection

static final int enumServerMasterCollection
Action is a Server Master Action Collection.

See Also:
Constant Field Values

enumServerDSDCollection

static final int enumServerDSDCollection
Action is an Action Collection for a specific DSD.

See Also:
Constant Field Values

enumLayerMasterCollection

static final int enumLayerMasterCollection
Action is a Layer Master Action Collection.

See Also:
Constant Field Values

enumLayerSubCollection

static final int enumLayerSubCollection
Action is an Action Collection for a specific Layer.

See Also:
Constant Field Values