com.esri.arcgis.geodatabase
Interface esriReplicaType

All Superinterfaces:
java.io.Serializable

public interface esriReplicaType
extends java.io.Serializable

Describes the relationship of a database with a replica.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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:


Field Summary
static int esriCheckOutTypeChild
           
static int esriCheckOutTypeParent
           
static int esriReplicaTypeAny
           
static int esriReplicaTypeChild
           
static int esriReplicaTypeParent
           
 

Field Detail

esriReplicaTypeChild

public static final int esriReplicaTypeChild
See Also:
Constant Field Values

esriReplicaTypeParent

public static final int esriReplicaTypeParent
See Also:
Constant Field Values

esriCheckOutTypeChild

public static final int esriCheckOutTypeChild
See Also:
Constant Field Values

esriCheckOutTypeParent

public static final int esriCheckOutTypeParent
See Also:
Constant Field Values

esriReplicaTypeAny

public static final int esriReplicaTypeAny
See Also:
Constant Field Values