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

E22566-04

oracle.apps.fnd.applxdf.xdfapi
Class TableUserDefinedProperties

java.lang.Object
  extended by oracle.apps.fnd.applxdf.xdfapi.XdfObject
      extended by oracle.apps.fnd.applxdf.xdfapi.UserDefinedProperties
          extended by oracle.apps.fnd.applxdf.xdfapi.TableUserDefinedProperties

public class TableUserDefinedProperties
extends UserDefinedProperties


Field Summary
 
Fields inherited from class oracle.apps.fnd.applxdf.xdfapi.XdfObject
ctx, DEBUG, mBaseObjType, mName, mPersistenceFormat, mSchemaName, mUsrPros, mXmlDoc, mXPath, mXPathExpr
 
Constructor Summary
TableUserDefinedProperties(oracle.xml.parser.v2.XMLElement xmlElem, boolean persistenceFormat)
          Constructs a new TableUserDefinedProperties object.
 
Method Summary
 java.util.ArrayList getColumnPropertyList()
          Retrieve the Column level UserProperties.
 java.util.ArrayList getConsPropertyList()
          Retrieve the Constraint level UserProperties.
 java.util.ArrayList getIndexPropertyList()
          Retrieve the Index level UserProperties.
 java.util.ArrayList getTablePropertyList()
          Retrieve the Table level UserProperties.
 java.lang.String getType()
          Get the type of this XdfObject.
 
Methods inherited from class oracle.apps.fnd.applxdf.xdfapi.UserDefinedProperties
createXPath, extractODBProperty, extractUDPsFromCustomerArea
 
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
 

Constructor Detail

TableUserDefinedProperties

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

Method Detail

getType

public java.lang.String getType()
Get the type of this XdfObject.

Specified by:
getType in class XdfObject
Returns:
String

getTablePropertyList

public java.util.ArrayList getTablePropertyList()
Retrieve the Table level UserProperties.

Returns:
ArrayList

getColumnPropertyList

public java.util.ArrayList getColumnPropertyList()
Retrieve the Column level UserProperties.

Returns:
ArrayList

getIndexPropertyList

public java.util.ArrayList getIndexPropertyList()
Retrieve the Index level UserProperties.

Returns:
ArrayList

getConsPropertyList

public java.util.ArrayList getConsPropertyList()
Retrieve the Constraint level UserProperties.

Returns:
ArrayList

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

E22566-04

Copyright © 2012 Oracle. All Rights Reserved.