com.esri.arcgis.geodatabase
Interface IXMLIndexTag

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IXMLIndexTagProxy, XMLIndexTag

public interface IXMLIndexTag
extends java.io.Serializable

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

Description: 'Describes the properties used to index a tag in an XML document.' 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 IID8eddbd6f_4ec7_488b_8e28_fe253e7e3965
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getDataType()
          The data type classification of the index tag.
 java.lang.String getDescription()
          A textual description of the index tag.
 int getLocationAlias()
          An optional property which associates a number with the index tag.
 java.lang.String getName()
          The name formatted as the full locational path of the XML schema.
 void setDataType(int dataType)
          The data type classification of the index tag.
 void setDescription(java.lang.String tagDescription)
          A textual description of the index tag.
 void setLocationAlias(int alias)
          An optional property which associates a number with the index tag.
 void setName(java.lang.String indexName)
          The name formatted as the full locational path of the XML schema.
 

Field Detail

IID8eddbd6f_4ec7_488b_8e28_fe253e7e3965

static final int IID8eddbd6f_4ec7_488b_8e28_fe253e7e3965
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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name formatted as the full locational path of the XML schema.

Returns:
The indexName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

void setName(java.lang.String indexName)
             throws java.io.IOException,
                    AutomationException
The name formatted as the full locational path of the XML schema.

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

getDataType

int getDataType()
                throws java.io.IOException,
                       AutomationException
The data type classification of the index tag.

Returns:
A com.esri.arcgis.geodatabase.esriXMLIndexTagDataType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataType

void setDataType(int dataType)
                 throws java.io.IOException,
                        AutomationException
The data type classification of the index tag.

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

getLocationAlias

int getLocationAlias()
                     throws java.io.IOException,
                            AutomationException
An optional property which associates a number with the index tag.

Returns:
The alias
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocationAlias

void setLocationAlias(int alias)
                      throws java.io.IOException,
                             AutomationException
An optional property which associates a number with the index tag.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
A textual description of the index tag.

Returns:
The tagDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

void setDescription(java.lang.String tagDescription)
                    throws java.io.IOException,
                           AutomationException
A textual description of the index tag.

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