com.esri.arcgis.geodatabase
Interface IGPReplicaDataset2

All Superinterfaces:
IGPReplicaDataset, java.io.Serializable
All Known Implementing Classes:
GPReplicaDataset, IGPReplicaDataset2Proxy

public interface IGPReplicaDataset2
extends IGPReplicaDataset, java.io.Serializable

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

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 IID484704ee_1f3c_4342_961b_0337217cf20a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGPReplicaDataset
IID7b913e1b_4de7_4d37_82fc_81e458964cd6
 
Method Summary
 int getDatasetID()
          Set datasetID for a ReplicaDataset.
 int getLayerID()
          Set layerID for a ReplicaDataset.
 java.lang.String getParentDatabase()
          Set parent dbase for the GPReplicaDataset.
 java.lang.String getParentOwner()
          Set parent owner for the GPReplicaDataset.
 java.lang.String getTargetName()
          The target name for the GPReplicaDataset.
 void setDatasetID(int datasetID)
          Set datasetID for a ReplicaDataset.
 void setLayerID(int layerID)
          Set layerID for a ReplicaDataset.
 void setParentDatabase(java.lang.String parentDBase)
          Set parent dbase for the GPReplicaDataset.
 void setParentOwner(java.lang.String parentOwner)
          Set parent owner for the GPReplicaDataset.
 void setTargetName(java.lang.String targetName)
          The target name for the GPReplicaDataset.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGPReplicaDataset
getDatasetType, getDefQuery, getName, getRelDestinationClass, getRelExtractDirection, getRelOriginClass, getRowsType, getSelectionIDs, isPrivate, isUseGeometry, setDatasetType, setDefQuery, setIsPrivate, setName, setRelDestinationClass, setRelExtractDirection, setRelOriginClass, setRowsType, setSelectionIDsByRef, setUseGeometry
 

Field Detail

IID484704ee_1f3c_4342_961b_0337217cf20a

static final int IID484704ee_1f3c_4342_961b_0337217cf20a
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

setTargetName

void setTargetName(java.lang.String targetName)
                   throws java.io.IOException,
                          AutomationException
The target name for the GPReplicaDataset.

Parameters:
targetName - The targetName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTargetName

java.lang.String getTargetName()
                               throws java.io.IOException,
                                      AutomationException
The target name for the GPReplicaDataset.

Returns:
The targetName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParentOwner

void setParentOwner(java.lang.String parentOwner)
                    throws java.io.IOException,
                           AutomationException
Set parent owner for the GPReplicaDataset.

Parameters:
parentOwner - The parentOwner (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParentOwner

java.lang.String getParentOwner()
                                throws java.io.IOException,
                                       AutomationException
Set parent owner for the GPReplicaDataset.

Returns:
The parentOwner
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParentDatabase

void setParentDatabase(java.lang.String parentDBase)
                       throws java.io.IOException,
                              AutomationException
Set parent dbase for the GPReplicaDataset.

Parameters:
parentDBase - The parentDBase (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParentDatabase

java.lang.String getParentDatabase()
                                   throws java.io.IOException,
                                          AutomationException
Set parent dbase for the GPReplicaDataset.

Returns:
The parentDBase
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDatasetID

void setDatasetID(int datasetID)
                  throws java.io.IOException,
                         AutomationException
Set datasetID for a ReplicaDataset.

Parameters:
datasetID - The datasetID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDatasetID

int getDatasetID()
                 throws java.io.IOException,
                        AutomationException
Set datasetID for a ReplicaDataset.

Returns:
The datasetID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLayerID

void setLayerID(int layerID)
                throws java.io.IOException,
                       AutomationException
Set layerID for a ReplicaDataset.

Parameters:
layerID - The layerID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerID

int getLayerID()
               throws java.io.IOException,
                      AutomationException
Set layerID for a ReplicaDataset.

Returns:
The layerID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.