com.esri.arcgis.geodatabase
Interface IReplicaDescription4
- All Superinterfaces:
- IReplicaDescription, IReplicaDescription2, IReplicaDescription3, java.io.Serializable
- All Known Implementing Classes:
- IReplicaDescription4Proxy, ReplicaDescription
public interface IReplicaDescription4
- extends IReplicaDescription3, java.io.Serializable
COM Interface 'IReplicaDescription4'. 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 |
IIDcd9668c2_d755_44fd_97f6_b1649e1c3f6e
static final int IIDcd9668c2_d755_44fd_97f6_b1649e1c3f6e
- 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
setUseArchiving
void setUseArchiving(boolean useArchiving)
throws java.io.IOException,
AutomationException
- Gets the Replica UseArchiving Option.
- Parameters:
useArchiving
- The useArchiving (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
isUseArchiving
boolean isUseArchiving()
throws java.io.IOException,
AutomationException
- Gets the Replica UseArchiving Option.
- Returns:
- The useArchiving
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getReplicaEnumNameMapping
IEnumNameMapping getReplicaEnumNameMapping()
throws java.io.IOException,
AutomationException
- Set the replicated object target name.
- Returns:
- A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.