com.esri.arcgis.geodatabasedistributed
Interface esriExportGenerationsOption

All Superinterfaces:
java.io.Serializable

public interface esriExportGenerationsOption
extends java.io.Serializable

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

Description: 'Options to specify the content of the data exported.' 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 esriExportGenerationsAll
          Export unacknowledge and new generations.
static int esriExportGenerationsNew
          Export the next generation only.
static int esriExportGenerationsNone
          Export unacknowledge and new generations.
static int esriExportGenerationsUnAcknowledged
          Export all previous ununknowledge generations in addtion to the next generation if the replica in the send state.
 

Field Detail

esriExportGenerationsUnAcknowledged

static final int esriExportGenerationsUnAcknowledged
Export all previous ununknowledge generations in addtion to the next generation if the replica in the send state.

See Also:
Constant Field Values

esriExportGenerationsNew

static final int esriExportGenerationsNew
Export the next generation only.

See Also:
Constant Field Values

esriExportGenerationsAll

static final int esriExportGenerationsAll
Export unacknowledge and new generations.

See Also:
Constant Field Values

esriExportGenerationsNone

static final int esriExportGenerationsNone
Export unacknowledge and new generations.

See Also:
Constant Field Values