com.esri.arcgis.geodatabase
Interface esriReplicaType

All Superinterfaces:
Serializable

public interface esriReplicaType
extends Serializable

Describes the role of the replica.

Remarks

The esriReplicaType enumeration contains values which represent the different replica types. The IReplica::ReplicaRole property uses the esriReplicaType enumeration to indicate whether the replica is a single generation or multigeneration replica, and whether it is a parent or child replica.

The members of the enumeration are represented as follows:

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriCheckOutTypeChild
          The check-out replica has the role of child.
static int esriCheckOutTypeParent
          The check-out replica has the role of parent.
static int esriReplicaTypeAny
          The replica has an undefined role.
static int esriReplicaTypeChild
          The replica has the role of child.
static int esriReplicaTypeParent
          The replica has the role of parent.
 

Field Detail

esriReplicaTypeChild

static final int esriReplicaTypeChild
The replica has the role of child.

See Also:
Constant Field Values

esriReplicaTypeParent

static final int esriReplicaTypeParent
The replica has the role of parent.

See Also:
Constant Field Values

esriCheckOutTypeChild

static final int esriCheckOutTypeChild
The check-out replica has the role of child.

See Also:
Constant Field Values

esriCheckOutTypeParent

static final int esriCheckOutTypeParent
The check-out replica has the role of parent.

See Also:
Constant Field Values

esriReplicaTypeAny

static final int esriReplicaTypeAny
The replica has an undefined role.

See Also:
Constant Field Values