|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXMLIndexTag
Describes the properties used to index a tag in an XML document.
| Method Summary | |
|---|---|
int |
getDataType()
The data type classification of the index tag. |
String |
getDescription()
A textual description of the index tag. |
int |
getLocationAlias()
An optional property which associates a number with the index tag. |
String |
getName()
The name formatted as the full locational path of the XML schema. |
void |
setDataType(int dataType)
The data type classification of the index tag. |
void |
setDescription(String tagDescription)
A textual description of the index tag. |
void |
setLocationAlias(int alias)
An optional property which associates a number with the index tag. |
void |
setName(String indexName)
The name formatted as the full locational path of the XML schema. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String indexName)
throws IOException,
AutomationException
indexName - The indexName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDataType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDataType(int dataType)
throws IOException,
AutomationException
dataType - A com.esri.arcgis.geodatabase.esriXMLIndexTagDataType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLocationAlias()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLocationAlias(int alias)
throws IOException,
AutomationException
alias - The alias (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDescription()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDescription(String tagDescription)
throws IOException,
AutomationException
tagDescription - The tagDescription (in)
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 | ||||||||