|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPReplicaDataset2
| Method Summary | |
|---|---|
int |
getDatasetID()
Set datasetID for a ReplicaDataset. |
int |
getLayerID()
Set layerID for a ReplicaDataset. |
String |
getParentDatabase()
Set parent dbase for the GPReplicaDataset. |
String |
getParentOwner()
Set parent owner for the GPReplicaDataset. |
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(String parentDBase)
Set parent dbase for the GPReplicaDataset. |
void |
setParentOwner(String parentOwner)
Set parent owner for the GPReplicaDataset. |
void |
setTargetName(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 |
| Method Detail |
|---|
void setTargetName(String targetName)
throws IOException,
AutomationException
targetName - The targetName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTargetName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParentOwner(String parentOwner)
throws IOException,
AutomationException
parentOwner - The parentOwner (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getParentOwner()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParentDatabase(String parentDBase)
throws IOException,
AutomationException
parentDBase - The parentDBase (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getParentDatabase()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDatasetID(int datasetID)
throws IOException,
AutomationException
datasetID - The datasetID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDatasetID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLayerID(int layerID)
throws IOException,
AutomationException
layerID - The layerID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLayerID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||