|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.datamanagementtools.ExportReplicaSchema
public class ExportReplicaSchema
Creates a replica schema file with the schema of an input one- or two-way replica. The Export Replica Schema tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ExportReplicaSchema()
Creates the Export Replica Schema tool with defaults. |
|
ExportReplicaSchema(Object inGeodatabase,
Object outputReplicaSchemaFile,
String inReplica)
Creates the Export Replica Schema tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInGeodatabase()
Returns the Export from Replica Geodatabase parameter of this tool . |
String |
getInReplica()
Returns the Replica parameter of this tool . |
Object |
getOutputReplicaSchemaFile()
Returns the Output Replica Schema File parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setInGeodatabase(Object inGeodatabase)
Sets the Export from Replica Geodatabase parameter of this tool . |
void |
setInReplica(String inReplica)
Sets the Replica parameter of this tool . |
void |
setOutputReplicaSchemaFile(Object outputReplicaSchemaFile)
Sets the Output Replica Schema File parameter of this tool . |
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
getParameterValues, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExportReplicaSchema()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ExportReplicaSchema(Object inGeodatabase, Object outputReplicaSchemaFile, String inReplica)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inGeodatabase
- specifies the replica geodatabase from which to export the replica schema. The geodatabase may be local or remote.outputReplicaSchemaFile
- specifies the file in which to export schema.inReplica
- the replica from which to export schema.Method Detail |
---|
public Object getInGeodatabase()
public void setInGeodatabase(Object inGeodatabase)
inGeodatabase
- specifies the replica geodatabase from which to export the replica schema. The geodatabase may be local or remote.public Object getOutputReplicaSchemaFile()
public void setOutputReplicaSchemaFile(Object outputReplicaSchemaFile)
outputReplicaSchemaFile
- specifies the file in which to export schema.public String getInReplica()
public void setInReplica(String inReplica)
inReplica
- the replica from which to export schema.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |