|
|||||||||
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.TableToDomain
public class TableToDomain
Creates or updates a coded value domain with values from a table. The Table To Domain tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
TableToDomain()
Creates the Table To Domain tool with defaults. |
|
TableToDomain(Object inTable,
Object codeField,
Object descriptionField,
Object inWorkspace,
String domainName)
Creates the Table To Domain tool with the required parameters. |
Method Summary | |
---|---|
Object |
getCodeField()
Returns the Code Field parameter of this tool . |
Object |
getDescriptionField()
Returns the Description Field parameter of this tool . |
String |
getDomainDescription()
Returns the Domain Description parameter of this tool . |
String |
getDomainName()
Returns the Domain Name parameter of this tool . |
Object |
getInTable()
Returns the Input Table parameter of this tool . |
Object |
getInWorkspace()
Returns the Input Workspace parameter of this tool . |
Object |
getOutWorkspace()
Returns the Output Workspace parameter of this tool (Read only). |
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. |
String |
getUpdateOption()
Returns the Update Option parameter of this tool . |
void |
setCodeField(Object codeField)
Sets the Code Field parameter of this tool . |
void |
setDescriptionField(Object descriptionField)
Sets the Description Field parameter of this tool . |
void |
setDomainDescription(String domainDescription)
Sets the Domain Description parameter of this tool . |
void |
setDomainName(String domainName)
Sets the Domain Name parameter of this tool . |
void |
setInTable(Object inTable)
Sets the Input Table parameter of this tool . |
void |
setInWorkspace(Object inWorkspace)
Sets the Input Workspace parameter of this tool . |
void |
setUpdateOption(String updateOption)
Sets the Update Option 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 TableToDomain()
Initializes the array of tool parameters with the default values specified when the tool was created.
public TableToDomain(Object inTable, Object codeField, Object descriptionField, Object inWorkspace, String domainName)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTable
- the database table from which to derive domain values.codeField
- the field in the database table from which to derive domain code values.descriptionField
- the field in the database table from which to derive domain description values.inWorkspace
- the workspace that contains the domain to be created or updated.domainName
- the name of the domain to be created or updated.Method Detail |
---|
public Object getInTable()
public void setInTable(Object inTable)
inTable
- the database table from which to derive domain values.public Object getCodeField()
public void setCodeField(Object codeField)
codeField
- the field in the database table from which to derive domain code values.public Object getDescriptionField()
public void setDescriptionField(Object descriptionField)
descriptionField
- the field in the database table from which to derive domain description values.public Object getInWorkspace()
public void setInWorkspace(Object inWorkspace)
inWorkspace
- the workspace that contains the domain to be created or updated.public String getDomainName()
public void setDomainName(String domainName)
domainName
- the name of the domain to be created or updated.public String getDomainDescription()
public void setDomainDescription(String domainDescription)
domainDescription
- the description of the domain to be created or updated. Domain descriptions of existing domains are not updated.public String getUpdateOption()
public void setUpdateOption(String updateOption)
updateOption
- if the domain already exists, specifies how the domain will be updated.public Object getOutWorkspace()
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 |