Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.javatools.db
Class AbstractDBObject.ChildSupport

java.lang.Object
  extended by oracle.javatools.db.AbstractDBObject.ChildSupport
Enclosing class:
AbstractDBObject

protected class AbstractDBObject.ChildSupport
extends java.lang.Object


Method Summary
 void addChild(int idx, java.lang.Object child)
           
 void addChild(java.lang.Object child)
           
 void clearChildren()
           
 java.lang.Object findChild(java.lang.String childName)
           
<T> T[]
getChildArray(java.lang.Class<T> clz)
          Currently only use this if your property return type is duplicated and you need to force more than one entry for that class.
 int getChildCount()
           
 java.util.List getChildList(boolean create)
           
 int indexOfChild(java.lang.Object child)
           
 boolean moveChild(java.lang.Object child, int newIdx)
           
 boolean removeChild(java.lang.Object child)
           
 void setChildArray(java.lang.Object[] newKids)
           
<T> T
setChildAt(int index, T child)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addChild

public void addChild(java.lang.Object child)

addChild

public void addChild(int idx,
                     java.lang.Object child)

moveChild

public boolean moveChild(java.lang.Object child,
                         int newIdx)

indexOfChild

public int indexOfChild(java.lang.Object child)

setChildAt

public <T> T setChildAt(int index,
                        T child)

removeChild

public boolean removeChild(java.lang.Object child)

findChild

public java.lang.Object findChild(java.lang.String childName)

clearChildren

public void clearChildren()

getChildArray

public <T> T[] getChildArray(java.lang.Class<T> clz)
Currently only use this if your property return type is duplicated and you need to force more than one entry for that class.


setChildArray

public void setChildArray(java.lang.Object[] newKids)

getChildCount

public int getChildCount()

getChildList

public java.util.List getChildList(boolean create)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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