|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.6) E22566-06 |
|||||||||
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.Column
public class Column
A Column Class represents a column in a Table(or View).
Field Summary |
---|
Fields inherited from class oracle.apps.fnd.applxdf.xdfapi.XdfObject |
---|
ctx, DEBUG, mBaseObjType, mName, mPersistenceFormat, mSchemaName, mUsrPros, mXmlDoc, mXPath, mXPathExpr |
Constructor Summary | |
---|---|
Column(oracle.xml.parser.v2.XMLElement xmlElem)
Constructs a new Column. |
Method Summary | |
---|---|
java.lang.String |
getDataType()
Get Column data type. |
java.lang.String |
getDefault()
Get Column default value. |
java.lang.String |
getType()
Get this XdfObject type. |
boolean |
isNotNull()
Get NotNull attribute for the column. |
java.lang.String |
toString()
Ovewrite Root perent, Object's toString() to print out detail of Column 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 Column(oracle.xml.parser.v2.XMLElement xmlElem)
Method Detail |
---|
public java.lang.String getType()
getType
in class XdfObject
public java.lang.String getDataType()
public java.lang.String getDefault()
public boolean isNotNull()
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-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |