|
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.Constraint
oracle.apps.fnd.applxdf.xdfapi.UKConstraint
public class UKConstraint
The UKConstraint class represents an unique constraint that prohibits multiple rows from having the same value in the same column or combination of columns but allows some values to be null.
Field Summary |
---|
Fields inherited from class oracle.apps.fnd.applxdf.xdfapi.Constraint |
---|
mEnable, TYPE |
Fields inherited from class oracle.apps.fnd.applxdf.xdfapi.XdfObject |
---|
ctx, DEBUG, mBaseObjType, mName, mPersistenceFormat, mSchemaName, mUsrPros, mXmlDoc, mXPath, mXPathExpr |
Constructor Summary | |
---|---|
UKConstraint(oracle.xml.parser.v2.XMLElement xmlElem)
Constructs a new UKConstraint. |
|
UKConstraint(oracle.xml.parser.v2.XMLElement xmlElem,
boolean persistenceFormat)
Constructs a new UKConstraint. |
Method Summary | |
---|---|
java.lang.String |
getConstraintType()
Retrieve this constraint type. |
java.util.ArrayList |
getUKColumns()
Get UK column list. |
java.lang.String |
toString()
Print out detail of UKConstraint object. |
Methods inherited from class oracle.apps.fnd.applxdf.xdfapi.Constraint |
---|
createXPath, extractConsColNames, extractEnable, extractEnableOld, extractName, extractNameOld, getType, isEnable, setEnable |
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 UKConstraint(oracle.xml.parser.v2.XMLElement xmlElem)
public UKConstraint(oracle.xml.parser.v2.XMLElement xmlElem, boolean persistenceFormat)
Method Detail |
---|
public java.lang.String getConstraintType()
getConstraintType
in class Constraint
public java.util.ArrayList getUKColumns()
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 |