com.esri.arcgis.geodatabase
Interface esriReplicaModelType

All Superinterfaces:
java.io.Serializable

public interface esriReplicaModelType
extends java.io.Serializable

Indicates how the data will be represented in the checked-out database.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Remarks

The esriReplicaModelType enumeration contains values that represent different replica model types.  Setting the esriReplicaModelType is only necessary when creating a replica with a one-way access type.  See esriReplicaAccessType enumeration for more information.

The replica model type is set using the IGPReplicaDescription::ReplicaModelType property on a replica description.  The model type may be set before or after initializing the replica description with the IGPReplicaDescription::Init method.  See the GPReplicaDescription coclass for more information.

The members of this enumeration are represented as follows:

 


Field Summary
static int esriModelTypeFullGeodatabase
           
static int esriModelTypeSimple
           
 

Field Detail

esriModelTypeSimple

public static final int esriModelTypeSimple
See Also:
Constant Field Values

esriModelTypeFullGeodatabase

public static final int esriModelTypeFullGeodatabase
See Also:
Constant Field Values