com.esri.arcgis.geodatabase
Interface IGPReplicaDatasets

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPReplicaDatasets, IGPReplicaDatasetsProxy

public interface IGPReplicaDatasets
extends java.io.Serializable

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

Description: 'Provides access to members that define replica datasets' 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 IID871e789a_bb4d_4cf6_822e_6b6befa4e76e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(IGPReplicaDataset gPReplicaDataset)
          Adds replica dataset object.
 int getCount()
          The dataset count.
 IGPReplicaDataset getElement(int index)
          Returns the replica dataset at the specified position.
 void insert(int index, IGPReplicaDataset gPReplicaDataset)
          Adds dataset filtered property at the specified position.
 void remove(int index)
          Removes the replica dataset at the specified position.
 void removeAll()
          Removes all replica dataset objects.
 

Field Detail

IID871e789a_bb4d_4cf6_822e_6b6befa4e76e

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The dataset count.

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

getElement

IGPReplicaDataset getElement(int index)
                             throws java.io.IOException,
                                    AutomationException
Returns the replica dataset at the specified position.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPReplicaDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int index)
            throws java.io.IOException,
                   AutomationException
Removes the replica dataset at the specified position.

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

removeAll

void removeAll()
               throws java.io.IOException,
                      AutomationException
Removes all replica dataset objects.

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

add

void add(IGPReplicaDataset gPReplicaDataset)
         throws java.io.IOException,
                AutomationException
Adds replica dataset object.

Parameters:
gPReplicaDataset - A reference to a com.esri.arcgis.geodatabase.IGPReplicaDataset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

void insert(int index,
            IGPReplicaDataset gPReplicaDataset)
            throws java.io.IOException,
                   AutomationException
Adds dataset filtered property at the specified position.

Parameters:
index - The index (in)
gPReplicaDataset - A reference to a com.esri.arcgis.geodatabase.IGPReplicaDataset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.