|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.sixdml.excelon.xlnSixdmlIndex
xlnSixdmlIndex.java A database index. Created: Sun Jan 13 15:58:50 2002
| Fields inherited from interface org.sixdml.SixdmlConstants |
SIXDML_NS, SIXDML_VERSION |
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares two objects of this class. |
com.exln.dxe.filesystem.XlnIndex |
getIndex()
Returns this objects underlying eXcelon DXE XlnIndex object, if non-exists because this class instance was created in an ad-hoc manner then a new XlnIndex object will be created. |
java.util.HashMap |
getIndexFields()
Returns a hash table containing various characteristics of the index depending on its type. |
java.lang.String |
getName()
Get the name of the index. |
org.sixdml.dbmanagement.SixdmlIndexType |
getType()
Returns the type of the index. |
org.w3c.dom.Node |
getXMLAsNode()
Creates an XML representation of this object that conforms to the following DTD as a DOM node. |
java.lang.String |
getXMLAsString()
Creates an XML representation of this object that conforms to the following DTD as a string. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public com.exln.dxe.filesystem.XlnIndex getIndex()
public java.lang.String getName()
getName in interface org.sixdml.dbmanagement.SixdmlIndexpublic org.sixdml.dbmanagement.SixdmlIndexType getType()
getType in interface org.sixdml.dbmanagement.SixdmlIndexpublic java.util.HashMap getIndexFields()
getIndexFields in interface org.sixdml.dbmanagement.SixdmlIndexpublic org.w3c.dom.Node getXMLAsNode()
<!ELEMENT index(indexKey, indexElement, options, type, tokenizer?)> <!ATTLIST index name CDATA #REQUIRED > <!ELEMENT indexKey (#PCDATA)> <!ELEMENT indexElement (#PCDATA)> <!ELEMENT options (#PCDATA)> <!ELEMENT type (#PCDATA)>
public java.lang.String getXMLAsString()
<!ELEMENT index(indexKey, indexElement, options, type, tokenizer?)> <!ATTLIST index name CDATA #REQUIRED > <!ELEMENT indexKey (#PCDATA)> <!ELEMENT indexElement (#PCDATA)> <!ELEMENT options (#PCDATA)> <!ELEMENT type (#PCDATA)>
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the object to compare.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||