public interface IXMLIndexTemplate
extends java.io.Serializable
Description: 'A standardized set of tags managed through a Geodatabase workspace.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5c2b7178_119e_4d2d_bad6_57769f9a2eec |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
java.lang.String |
getName()
A user defineable name which must be globally unique to the Geodatabase instance.
|
void |
setDescription(java.lang.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(java.lang.String templateName)
A user defineable name which must be globally unique to the Geodatabase instance.
|
static final int IID5c2b7178_119e_4d2d_bad6_57769f9a2eec
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String templateName) throws java.io.IOException, AutomationException
templateName
- The templateName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IXMLIndexTags getIncludedTags() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIncludedTagsByRef(IXMLIndexTags tags) throws java.io.IOException, AutomationException
tags
- A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IXMLIndexTags getExcludedTags() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExcludedTagsByRef(IXMLIndexTags tags) throws java.io.IOException, AutomationException
tags
- A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDescription(java.lang.String templateDescription) throws java.io.IOException, AutomationException
templateDescription
- The templateDescription (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.