Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.mom.xml
Class DefDocumentImplMDS

java.lang.Object
  extended byoracle.jbo.mom.xml.DefDocumentImplMDS

All Implemented Interfaces:
DefDocument

public class DefDocumentImplMDS
extends java.lang.Object
implements DefDocument

A document created by MDS. Implements the behavior that's required in order to place the document into the MOM cache.


Constructor Summary
DefDocumentImplMDS(oracle.mds.core.MetadataObject mo)
          Constructor.

 

Method Summary
 DefElement getRootDefElement()
          Returns the DefElement for the top-level (root) element.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DefDocumentImplMDS

public DefDocumentImplMDS(oracle.mds.core.MetadataObject mo)
Constructor.

Method Detail

getRootDefElement

public DefElement getRootDefElement()
Returns the DefElement for the top-level (root) element.
Specified by:
getRootDefElement in interface DefDocument
Returns:
the root element.

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.