com.esri.arcgis.geodatabaseextensions
Interface enumMessageType

All Superinterfaces:
java.io.Serializable

public interface enumMessageType
extends java.io.Serializable

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

Description: 'Indicates the type of Tracking message.' 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 msgtypeCOMMAND
          Command Message.
static int msgtypeDATA
          Data Message.
static int msgtypeRESPONSE
          Command Response Message.
static int msgtypeSTATUS
          Status Message.
 

Field Detail

msgtypeCOMMAND

static final int msgtypeCOMMAND
Command Message.

See Also:
Constant Field Values

msgtypeDATA

static final int msgtypeDATA
Data Message.

See Also:
Constant Field Values

msgtypeRESPONSE

static final int msgtypeRESPONSE
Command Response Message.

See Also:
Constant Field Values

msgtypeSTATUS

static final int msgtypeSTATUS
Status Message.

See Also:
Constant Field Values