com.esri.arcgis.geodatabase
Interface esriSyncDirection

All Superinterfaces:
java.io.Serializable

public interface esriSyncDirection
extends java.io.Serializable

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

Description: 'Sync Direction' 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 esriSyncDirectionBiDirectional
          Export sync data to a SQLite Geodatabase.
static int esriSyncDirectionDownload
          Export sync data to a SQLite Geodatabase.
static int esriSyncDirectionNone
          Export sync data to a SQLite Geodatabase.
static int esriSyncDirectionSnapshot
          Export sync data to a SQLite Geodatabase.
static int esriSyncDirectionUpload
          Export sync data to a SQLite Geodatabase.
 

Field Detail

esriSyncDirectionUpload

static final int esriSyncDirectionUpload
Export sync data to a SQLite Geodatabase.

See Also:
Constant Field Values

esriSyncDirectionDownload

static final int esriSyncDirectionDownload
Export sync data to a SQLite Geodatabase.

See Also:
Constant Field Values

esriSyncDirectionBiDirectional

static final int esriSyncDirectionBiDirectional
Export sync data to a SQLite Geodatabase.

See Also:
Constant Field Values

esriSyncDirectionSnapshot

static final int esriSyncDirectionSnapshot
Export sync data to a SQLite Geodatabase.

See Also:
Constant Field Values

esriSyncDirectionNone

static final int esriSyncDirectionNone
Export sync data to a SQLite Geodatabase.

See Also:
Constant Field Values