com.esri.arcgis.geodatabasedistributed
Interface esriDataChangeType

All Superinterfaces:
java.io.Serializable

public interface esriDataChangeType
extends java.io.Serializable

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

Description: 'Types of data changes.' 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 esriDataChangeTypeDelete
          Delete data changes.
static int esriDataChangeTypeInsert
          Insert data changes.
static int esriDataChangeTypeUpdate
          Update data changes.
 

Field Detail

esriDataChangeTypeInsert

static final int esriDataChangeTypeInsert
Insert data changes.

See Also:
Constant Field Values

esriDataChangeTypeUpdate

static final int esriDataChangeTypeUpdate
Update data changes.

See Also:
Constant Field Values

esriDataChangeTypeDelete

static final int esriDataChangeTypeDelete
Delete data changes.

See Also:
Constant Field Values