|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.XMLIndexTag
public class XMLIndexTag
XML Index Tag Object.
| Constructor Summary | |
|---|---|
XMLIndexTag()
Constructs a XMLIndexTag using ArcGIS Engine. |
|
XMLIndexTag(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. XMLIndexTag theXMLIndexTag = (XMLIndexTag) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getDataType()
The data type classification of the index tag. |
String |
getDescription()
A textual description of the index tag. |
int |
getLocationAlias()
An optional property which associates a number with the index tag. |
String |
getName()
The name formatted as the full locational path of the XML schema. |
int |
hashCode()
the hashcode for this object |
void |
setDataType(int dataType)
The data type classification of the index tag. |
void |
setDescription(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(String indexName)
The name formatted as the full locational path of the XML schema. |
| 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 XMLIndexTag()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public XMLIndexTag(Object obj)
throws IOException
XMLIndexTag theXMLIndexTag = (XMLIndexTag) obj;
obj to XMLIndexTag.
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 IXMLIndexTagIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String indexName)
throws IOException,
AutomationException
setName in interface IXMLIndexTagindexName - The indexName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDataType()
throws IOException,
AutomationException
getDataType in interface IXMLIndexTagIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataType(int dataType)
throws IOException,
AutomationException
setDataType in interface IXMLIndexTagdataType - A com.esri.arcgis.geodatabase.esriXMLIndexTagDataType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLocationAlias()
throws IOException,
AutomationException
getLocationAlias in interface IXMLIndexTagIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLocationAlias(int alias)
throws IOException,
AutomationException
setLocationAlias in interface IXMLIndexTagalias - The alias (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription()
throws IOException,
AutomationException
getDescription in interface IXMLIndexTagIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(String tagDescription)
throws IOException,
AutomationException
setDescription in interface IXMLIndexTagtagDescription - The tagDescription (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 | ||||||||