Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.6)

E22566-04

oracle.apps.fnd.applxdf.xdfapi
Class FKConstraint

java.lang.Object
  extended by oracle.apps.fnd.applxdf.xdfapi.XdfObject
      extended by oracle.apps.fnd.applxdf.xdfapi.Constraint
          extended by oracle.apps.fnd.applxdf.xdfapi.FKConstraint

public class FKConstraint
extends Constraint

A FKConstraint object represents a Foreign Key in a Table.

Author:
izhang <irene.zhang@oracle.com>

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
FKConstraint(oracle.xml.parser.v2.XMLElement xmlElem)
          Constructs a new FKConstraint with a given xdf file segment.
FKConstraint(oracle.xml.parser.v2.XMLElement xmlElem, boolean persistenceFormat)
          Constructs a new FKConstraint.
 
Method Summary
 java.lang.String getConstraintType()
          Retrieve the constraint type.
 java.util.ArrayList getFKColumns()
          Get FK columns
 FKReference getRefObj()
          Get FK reference object, the object includes foreign reference inforamtion.
 java.lang.String toString()
          Print out detail of FKConstraint 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

FKConstraint

public FKConstraint(oracle.xml.parser.v2.XMLElement xmlElem)
Constructs a new FKConstraint with a given xdf file segment.


FKConstraint

public FKConstraint(oracle.xml.parser.v2.XMLElement xmlElem,
                    boolean persistenceFormat)
Constructs a new FKConstraint.

Method Detail

getConstraintType

public java.lang.String getConstraintType()
Retrieve the constraint type.

Specified by:
getConstraintType in class Constraint
Returns:
String

getFKColumns

public java.util.ArrayList getFKColumns()
Get FK columns

Returns:
ArrayList

getRefObj

public FKReference getRefObj()
Get FK reference object, the object includes foreign reference inforamtion.

Returns:
FKReference

toString

public java.lang.String toString()
Print out detail of FKConstraint object.

Overrides:
toString in class java.lang.Object
Returns:
String

Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.6)

E22566-04

Copyright © 2012 Oracle. All Rights Reserved.