com.esri.arcgis.geodatabase
Interface esriSyncModel

All Superinterfaces:
java.io.Serializable

public interface esriSyncModel
extends java.io.Serializable

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

Description: 'Sync models.' 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 esriSyncModelPerLayer
          Layer level sync model.
static int esriSyncModelPerReplica
          Replica level sync model.
 

Field Detail

esriSyncModelPerReplica

static final int esriSyncModelPerReplica
Replica level sync model.

See Also:
Constant Field Values

esriSyncModelPerLayer

static final int esriSyncModelPerLayer
Layer level sync model.

See Also:
Constant Field Values