|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXMLIndexTemplate
COM Interface 'IXMLIndexTemplate'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID5c2b7178_119e_4d2d_bad6_57769f9a2eec
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IID5c2b7178_119e_4d2d_bad6_57769f9a2eec
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||