com.sun.mdm.index.query
Class CreateObjectList

java.lang.Object
  extended bycom.sun.mdm.index.query.CreateObjectList

class CreateObjectList
extends java.lang.Object

This is a collection of CreatObjectMeta objects. It is during initialization of Assembling. After initialization, these objects are copied to QueryResults.CurrentObject.


Constructor Summary
(package private) CreateObjectList()
          Creates a new instance of CreateObjectList
 
Method Summary
(package private)  void add(CreateObjectMeta createObjectMeta)
           
(package private)  CreateObjectMeta get(int i)
           
(package private)  int getIndex(java.lang.String child)
           
(package private)  int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateObjectList

CreateObjectList()
Creates a new instance of CreateObjectList

Method Detail

add

void add(CreateObjectMeta createObjectMeta)

get

CreateObjectMeta get(int i)

getIndex

int getIndex(java.lang.String child)

size

int size()


Sun Microsystems, Inc.