com.esri.arcgis.geodatabase
Interface esriReplicaType

All Superinterfaces:
java.io.Serializable

public interface esriReplicaType
extends java.io.Serializable

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

Description: 'Describes the role of the replica.' 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 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