|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.6) E22566-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.apps.fnd.applxdf.xdfapi.XdfObject
oracle.apps.fnd.applxdf.xdfapi.Index
public class Index
An Index Class represents a table index component.
Field Summary |
---|
Fields inherited from class oracle.apps.fnd.applxdf.xdfapi.XdfObject |
---|
ctx, DEBUG, mBaseObjType, mName, mPersistenceFormat, mSchemaName, mUsrPros, mXmlDoc, mXPath, mXPathExpr |
Constructor Summary | |
---|---|
Index(oracle.xml.parser.v2.XMLElement xmlElem)
Constructs a new Table Index. |
Method Summary | |
---|---|
java.util.ArrayList |
getColumnList()
Get Index columns. |
java.lang.String |
getIndexType()
Get Index Type. |
java.lang.String |
getType()
Get this XdfObject type. |
java.lang.String |
toString()
Print out detail of Index object. |
Methods inherited from class oracle.apps.fnd.applxdf.xdfapi.XdfObject |
---|
getName, getPersistenceFormat, getSchemaName, getXmlDoc |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Index(oracle.xml.parser.v2.XMLElement xmlElem)
Method Detail |
---|
public java.lang.String getType()
getType
in class XdfObject
public java.util.ArrayList getColumnList()
public java.lang.String getIndexType()
public java.lang.String toString()
toString
in class java.lang.Object
|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.6) E22566-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |