com.esri.arcgis.geodatabase
Interface esriReplicaModelType

All Superinterfaces:
java.io.Serializable

public interface esriReplicaModelType
extends java.io.Serializable

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

Description: 'Indicates how the data will be stored in the child geodatabase.' 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 esriModelTypeFullGeodatabase
          All data is stored the same way as in the parent geodatabase.
static int esriModelTypeSimple
          Data is stored as simple features.
 

Field Detail

esriModelTypeSimple

static final int esriModelTypeSimple
Data is stored as simple features.

See Also:
Constant Field Values

esriModelTypeFullGeodatabase

static final int esriModelTypeFullGeodatabase
All data is stored the same way as in the parent geodatabase.

See Also:
Constant Field Values