oracle.adf.dt.objects
Class JUDTContents
java.lang.Object
oracle.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 <contents> around child nodes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUDTContents
public JUDTContents()
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
Copyright © 1997, 2004, Oracle. All rights reserved.