| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.XMLIndexTemplate
public class XMLIndexTemplate
XML Index Template Object.
| Constructor Summary | |
|---|---|
| XMLIndexTemplate()Constructs a XMLIndexTemplate using ArcGIS Engine. | |
| XMLIndexTemplate(Object obj)Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  XMLIndexTemplate theXMLIndexTemplate = (XMLIndexTemplate) obj; | |
| Method Summary | |
|---|---|
|  boolean | equals(Object o)Compare this object with another | 
| static String | getClsid()getClsid. | 
|  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. | 
|  int | hashCode()the hashcode for this object | 
|  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. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef | 
|---|
| getJintegraDispatch, release | 
| Constructor Detail | 
|---|
public XMLIndexTemplate()
                 throws IOException,
                        UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public XMLIndexTemplate(Object obj)
                 throws IOException
 XMLIndexTemplate theXMLIndexTemplate = (XMLIndexTemplate) obj;
obj to XMLIndexTemplate.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail | 
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
               throws IOException,
                      AutomationException
getName in interface IXMLIndexTemplateIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String templateName)
             throws IOException,
                    AutomationException
setName in interface IXMLIndexTemplatetemplateName - The templateName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IXMLIndexTags getIncludedTags()
                              throws IOException,
                                     AutomationException
getIncludedTags in interface IXMLIndexTemplateIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIncludedTagsByRef(IXMLIndexTags tags)
                          throws IOException,
                                 AutomationException
setIncludedTagsByRef in interface IXMLIndexTemplatetags - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IXMLIndexTags getExcludedTags()
                              throws IOException,
                                     AutomationException
getExcludedTags in interface IXMLIndexTemplateIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExcludedTagsByRef(IXMLIndexTags tags)
                          throws IOException,
                                 AutomationException
setExcludedTagsByRef in interface IXMLIndexTemplatetags - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription()
                      throws IOException,
                             AutomationException
getDescription in interface IXMLIndexTemplateIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(String templateDescription)
                    throws IOException,
                           AutomationException
setDescription in interface IXMLIndexTemplatetemplateDescription - 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 | ||||||||