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 =
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription |
addDatasetNames, findTable, getDatasetNames, getReplicaModelType, getTableName, getTableNameCount, init, isPrivateTable, isTableExcluded, setIsPrivateTable, setReplicaModelType, setTableExcluded |
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
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.