|
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.Constraint
public abstract class Constraint
A subtype of XdfObject - Constraint.
| Field Summary | |
|---|---|
protected boolean |
mEnable
|
protected static java.lang.String |
TYPE
|
| Fields inherited from class oracle.apps.fnd.applxdf.xdfapi.XdfObject |
|---|
ctx, DEBUG, mBaseObjType, mName, mPersistenceFormat, mSchemaName, mUsrPros, mXmlDoc, mXPath, mXPathExpr |
| Constructor Summary | |
|---|---|
protected |
Constraint(oracle.xml.parser.v2.XMLElement xmlElem)
Constructs a constraint object with given xdf document. |
protected |
Constraint(oracle.xml.parser.v2.XMLElement xmlElem,
boolean persistenceFormat)
Constructs a constraint object with given xdf document. |
| Method Summary | |
|---|---|
protected void |
createXPath()
Creates the XPath instances required for this class. |
protected java.util.ArrayList |
extractConsColNames(oracle.xml.parser.v2.XMLElement xmlElem)
Extracts the column names for the constraint columns. |
protected boolean |
extractEnable()
Extracts the ENABLE state of the constraints. |
protected boolean |
extractEnableOld()
Extracts the ENABLE state of the constraints. |
protected java.lang.String |
extractName()
Extracts the Constraint Name. |
protected java.lang.String |
extractNameOld()
Extracts the Constraint Name. |
abstract java.lang.String |
getConstraintType()
Retrieves the type of constraint represented by this instance. |
java.lang.String |
getType()
Get the type of this XdfObject. |
boolean |
isEnable()
Check if the constraint is enabled |
protected void |
setEnable(boolean bEnable)
Set the status of constraint enable |
| 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, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean mEnable
protected static final java.lang.String TYPE
| Constructor Detail |
|---|
protected Constraint(oracle.xml.parser.v2.XMLElement xmlElem)
xmlElem -
protected Constraint(oracle.xml.parser.v2.XMLElement xmlElem,
boolean persistenceFormat)
xmlElem - | Method Detail |
|---|
public abstract java.lang.String getConstraintType()
public java.lang.String getType()
getType in class XdfObjectpublic boolean isEnable()
protected void setEnable(boolean bEnable)
bEnable - protected java.lang.String extractNameOld()
protected boolean extractEnableOld()
protected void createXPath()
protected java.lang.String extractName()
protected boolean extractEnable()
protected java.util.ArrayList extractConsColNames(oracle.xml.parser.v2.XMLElement xmlElem)
xmlElem -
|
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 | |||||||||