public interface IXMLIndexTag
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID8eddbd6f_4ec7_488b_8e28_fe253e7e3965 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID8eddbd6f_4ec7_488b_8e28_fe253e7e3965
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 indexName) throws java.io.IOException, AutomationException
indexName
- The indexName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDataType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDataType(int dataType) throws java.io.IOException, AutomationException
dataType
- A com.esri.arcgis.geodatabase.esriXMLIndexTagDataType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLocationAlias() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLocationAlias(int alias) throws java.io.IOException, AutomationException
alias
- The alias (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 tagDescription) throws java.io.IOException, AutomationException
tagDescription
- The tagDescription (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.