ADF Designtime

oracle.adf.dt.objects
Class JUDTContents

java.lang.Object
  extended byoracle.adf.dt.objects.JUDTContents
All Implemented Interfaces:
oracle.jbo.mom.xml.PersistentDefinition

public class JUDTContents
extends java.lang.Object
implements oracle.jbo.mom.xml.PersistentDefinition

Generic container of child objects. Provides the wrapper around child nodes.


Constructor Summary
JUDTContents()
           
 
Method Summary
 void addArrayChild(java.lang.String attrName, int[] valList)
           
 void addArrayChild(java.lang.String attrName, java.lang.Object[] valList)
           
 void addChild(oracle.jbo.mom.xml.DefPersistable child)
           
 void addChild(JUDTBaseObject child)
           
 java.lang.String getXMLElementTag()
           
 boolean hasChildren()
           
 void writeChildren(oracle.jbo.mom.xml.DefWriter jos)
           
 void writeContents(oracle.jbo.mom.xml.DefWriter jos)
           
 void writeObject(oracle.jbo.mom.xml.DefWriter jos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUDTContents

public JUDTContents()
Method Detail

addChild

public void addChild(JUDTBaseObject child)

addChild

public void addChild(oracle.jbo.mom.xml.DefPersistable child)

addArrayChild

public void addArrayChild(java.lang.String attrName,
                          java.lang.Object[] valList)

addArrayChild

public void addArrayChild(java.lang.String attrName,
                          int[] valList)

hasChildren

public boolean hasChildren()

getXMLElementTag

public java.lang.String getXMLElementTag()
Specified by:
getXMLElementTag in interface oracle.jbo.mom.xml.PersistentDefinition

writeChildren

public void writeChildren(oracle.jbo.mom.xml.DefWriter jos)
                   throws oracle.jbo.mom.xml.DefPersistenceException
Specified by:
writeChildren in interface oracle.jbo.mom.xml.PersistentDefinition
Throws:
oracle.jbo.mom.xml.DefPersistenceException

writeObject

public void writeObject(oracle.jbo.mom.xml.DefWriter jos)
                 throws oracle.jbo.mom.xml.DefPersistenceException
Specified by:
writeObject in interface oracle.jbo.mom.xml.PersistentDefinition
Throws:
oracle.jbo.mom.xml.DefPersistenceException

writeContents

public void writeContents(oracle.jbo.mom.xml.DefWriter jos)
                   throws oracle.jbo.mom.xml.DefPersistenceException
Specified by:
writeContents in interface oracle.jbo.mom.xml.PersistentDefinition
Throws:
oracle.jbo.mom.xml.DefPersistenceException

ADF Designtime

 

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