com.esri.arcgis.geodatabase
Interface IReplicaDescription3

All Superinterfaces:
IReplicaDescription, IReplicaDescription2, java.io.Serializable
All Known Subinterfaces:
IReplicaDescription4
All Known Implementing Classes:
IReplicaDescription3Proxy, IReplicaDescription4Proxy, ReplicaDescription

public interface IReplicaDescription3
extends IReplicaDescription2, java.io.Serializable

COM Interface 'IReplicaDescription3'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members which set and return the properties of a ReplicaDescription object.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IIDb9cfadea_b314_419a_841d_517c6be19e3d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription2
IIDaa08b5ac_b67e_4e8b_9154_891c3cffcbce
 
Fields inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription
IID3afc1997_7a42_483b_9a6a_ecc00a3ba86a
 
Method Summary
 int getAccessType()
          Gets the Replica access type.
 void setAccessType(int accessType)
          Gets the Replica access type.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription2
findRelationshipClassInfo, findRelationshipClassInfoByName, findTable2, getRelationshipClassesInfo, isFetchRelatedObjects
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription
addDatasetNames, findTable, getDatasetNames, getReplicaModelType, getTableName, getTableNameCount, init, isPrivateTable, isTableExcluded, setIsPrivateTable, setReplicaModelType, setTableExcluded
 

Field Detail

IIDb9cfadea_b314_419a_841d_517c6be19e3d

static final int IIDb9cfadea_b314_419a_841d_517c6be19e3d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setAccessType

void setAccessType(int accessType)
                   throws java.io.IOException,
                          AutomationException
Gets the Replica access type.

Parameters:
accessType - A com.esri.arcgis.geodatabase.esriReplicaAccessType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAccessType

int getAccessType()
                  throws java.io.IOException,
                         AutomationException
Gets the Replica access type.

Returns:
A com.esri.arcgis.geodatabase.esriReplicaAccessType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.