com.esri.arcgis.geodatabase
Interface IReplicaDatasetEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IReplicaDatasetEditProxy, ReplicaDataset

public interface IReplicaDatasetEdit
extends java.io.Serializable

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

Description: 'Provides access to members that set the properties of a check-out dataset.' 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 IID79db3598_6e18_4921_b4f7_2cc03ad52c47
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setDatasetID(int rhs1)
          The ID of the dataset.
 void setName(java.lang.String rhs1)
          The name of the dataset.
 void setParentDatabase(java.lang.String rhs1)
          The name of the master geodatabase the dataset was checked out from.
 void setParentOwner(java.lang.String rhs1)
          The owner of the dataset in the master geodatabase.
 void setReplicaID(int rhs1)
          The ID of the check-out associated with this dataset.
 void setType(int rhs1)
          The type of the dataset.
 

Field Detail

IID79db3598_6e18_4921_b4f7_2cc03ad52c47

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

setName

void setName(java.lang.String rhs1)
             throws java.io.IOException,
                    AutomationException
The name of the dataset.

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

setType

void setType(int rhs1)
             throws java.io.IOException,
                    AutomationException
The type of the dataset.

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

setDatasetID

void setDatasetID(int rhs1)
                  throws java.io.IOException,
                         AutomationException
The ID of the dataset.

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

setParentOwner

void setParentOwner(java.lang.String rhs1)
                    throws java.io.IOException,
                           AutomationException
The owner of the dataset in the master geodatabase.

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

setParentDatabase

void setParentDatabase(java.lang.String rhs1)
                       throws java.io.IOException,
                              AutomationException
The name of the master geodatabase the dataset was checked out from.

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

setReplicaID

void setReplicaID(int rhs1)
                  throws java.io.IOException,
                         AutomationException
The ID of the check-out associated with this dataset.

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