com.esri.arcgis.geodatabase
Interface esriReplicaAccessType

All Superinterfaces:
java.io.Serializable

public interface esriReplicaAccessType
extends java.io.Serializable

Constants from esriReplicaAccessType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Replica access types.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriReplicaAccessNone
          Replica access is undefined.
static int esriReplicaBothReadWrite
          Read write on both parent and child replica.
static int esriReplicaChildReadOnly
          Read only child replica (1 way replica).
static int esriReplicaParentOrChildReadOnly
          Readonly replicas on either parent and child replica.
static int esriReplicaParentReadOnly
          Read only parent replica.
 

Field Detail

esriReplicaAccessNone

static final int esriReplicaAccessNone
Replica access is undefined.

See Also:
Constant Field Values

esriReplicaChildReadOnly

static final int esriReplicaChildReadOnly
Read only child replica (1 way replica).

See Also:
Constant Field Values

esriReplicaParentReadOnly

static final int esriReplicaParentReadOnly
Read only parent replica.

See Also:
Constant Field Values

esriReplicaBothReadWrite

static final int esriReplicaBothReadWrite
Read write on both parent and child replica.

See Also:
Constant Field Values

esriReplicaParentOrChildReadOnly

static final int esriReplicaParentOrChildReadOnly
Readonly replicas on either parent and child replica.

See Also:
Constant Field Values