|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IXMLIndexTemplate
A standardized set of tags managed through a Geodatabase workspace.
Method Summary | |
---|---|
String |
getDescription()
A textual description of the template. |
IXMLIndexTags |
getExcludedTags()
The set of tags to be used for the ExcludedTags property of an XML Index. |
IXMLIndexTags |
getIncludedTags()
The set of tags to be used for the IncludedTags property of an XML Index. |
String |
getName()
A user defineable name which must be globally unique to the Geodatabase instance. |
void |
setDescription(String templateDescription)
A textual description of the template. |
void |
setExcludedTagsByRef(IXMLIndexTags tags)
The set of tags to be used for the ExcludedTags property of an XML Index. |
void |
setIncludedTagsByRef(IXMLIndexTags tags)
The set of tags to be used for the IncludedTags property of an XML Index. |
void |
setName(String templateName)
A user defineable name which must be globally unique to the Geodatabase instance. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String templateName) throws IOException, AutomationException
templateName
- The templateName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IXMLIndexTags getIncludedTags() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIncludedTagsByRef(IXMLIndexTags tags) throws IOException, AutomationException
tags
- A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IXMLIndexTags getExcludedTags() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExcludedTagsByRef(IXMLIndexTags tags) throws IOException, AutomationException
tags
- A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags (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 templateDescription) throws IOException, AutomationException
templateDescription
- The templateDescription (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 |