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:
- esriReplicaTypeChild = 1 - A multi-generation child replica.
- esriReplicaTypeParent = 2 - A multi-generation parent replica.
- esriCheckOutTypeChild = 4 - A single generation child replica (also know as a Checkout)
- esriCheckOutTypeParent = 8 - A single generation parent replica (also know as the master geodatabase)
- esriReplicaTypeAny = 15 - The replica is one of esriReplicaTypeChild, esriReplicaTypeParent, esriCheckoutTypeChild, or esriCheckoutTypeParent.
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