com.esri.arcgis.geodatabase
Interface IXMLIndexEdit

All Superinterfaces:
IXMLIndex, java.io.Serializable
All Known Implementing Classes:
IXMLIndexEditProxy, XMLIndex

public interface IXMLIndexEdit
extends IXMLIndex, java.io.Serializable

COM Interface 'IXMLIndexEdit'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'A XML Index defines the searchable tags of an XML document stored in an XML field.' 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 IID537fc360_cc9b_4671_b155_07d141fe8d99
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IXMLIndex
IID5240ceaa_366d_42ed_97fe_61dfb3c20248
 
Method Summary
 void setDescription(java.lang.String rhs1)
          A textual description of the XML Index.
 void setExcludedTagsByRef(IXMLIndexTags rhs1)
          The collection of excluded tags.
 void setIncludedTagsByRef(IXMLIndexTags rhs1)
          The collection of included tags.
 void setXMLIndexType(int rhs1)
          The type of XML Index.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IXMLIndex
getDescription, getExcludedTags, getIncludedTags, getXMLIndexType
 

Field Detail

IID537fc360_cc9b_4671_b155_07d141fe8d99

static final int IID537fc360_cc9b_4671_b155_07d141fe8d99
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setXMLIndexType

void setXMLIndexType(int rhs1)
                     throws java.io.IOException,
                            AutomationException
The type of XML Index.

Parameters:
rhs1 - A com.esri.arcgis.geodatabase.esriXMLIndexType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIncludedTagsByRef

void setIncludedTagsByRef(IXMLIndexTags rhs1)
                          throws java.io.IOException,
                                 AutomationException
The collection of included tags.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExcludedTagsByRef

void setExcludedTagsByRef(IXMLIndexTags rhs1)
                          throws java.io.IOException,
                                 AutomationException
The collection of excluded tags.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

void setDescription(java.lang.String rhs1)
                    throws java.io.IOException,
                           AutomationException
A textual description of the XML Index.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.