com.esri.arcgis.editor
Interface esriVersion

All Superinterfaces:
Serializable

public interface esriVersion
extends Serializable

Esri Geodatabase version type.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriCommonAncestorVersion
          The common ancestor version.
static int esriCurrentVersion
          The current version.
static int esriPreReconcileVersion
          The version prior to reconciliation.
static int esriReconcileVersion
          The version the edit session is reconciling against.
static int esriStartEditingVersion
          The version prior to start editing.
 

Field Detail

esriReconcileVersion

static final int esriReconcileVersion
The version the edit session is reconciling against.

See Also:
Constant Field Values

esriPreReconcileVersion

static final int esriPreReconcileVersion
The version prior to reconciliation.

See Also:
Constant Field Values

esriStartEditingVersion

static final int esriStartEditingVersion
The version prior to start editing.

See Also:
Constant Field Values

esriCommonAncestorVersion

static final int esriCommonAncestorVersion
The common ancestor version.

See Also:
Constant Field Values

esriCurrentVersion

static final int esriCurrentVersion
The current version.

See Also:
Constant Field Values