Uses of Interface
org.objectweb.jorm.api.PIndexedElem

Packages that use PIndexedElem
org.objectweb.jorm.api   
org.objectweb.jorm.facility.meminst.genclass.java.util   
org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util   
 

Uses of PIndexedElem in org.objectweb.jorm.api
 

Methods in org.objectweb.jorm.api that return PIndexedElem
 PIndexedElem PIndexedElemFactory.createPIndexedElem()
          It creates an indexed element to be used by the binding for exchanging elements between the MI and the binding, using the paAdd and the paiterate methods.
 

Methods in org.objectweb.jorm.api with parameters of type PIndexedElem
 void PGenClassAccessor.paAdd(PIndexedElem elem, java.lang.Object conn)
          It passes one of the elements extracted from the data store to the memory instance.
 

Uses of PIndexedElem in org.objectweb.jorm.facility.meminst.genclass.java.util
 

Classes in org.objectweb.jorm.facility.meminst.genclass.java.util that implement PIndexedElem
 class CollectionElem
           
 class SetElem
           
 

Fields in org.objectweb.jorm.facility.meminst.genclass.java.util declared as PIndexedElem
protected  PIndexedElem Collection.tmpelem
          A temporary variable which is used to search an element into the "elements" list.
 

Methods in org.objectweb.jorm.facility.meminst.genclass.java.util that return PIndexedElem
 PIndexedElem Collection.createPIndexedElem()
          Implementation of the PGenClassAccessor.
 

Methods in org.objectweb.jorm.facility.meminst.genclass.java.util with parameters of type PIndexedElem
 void Collection.paAdd(PIndexedElem elem, java.lang.Object conn)
          Implementation of the PGenClassAccessor.
 

Uses of PIndexedElem in org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util
 

Methods in org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util that return PIndexedElem
 PIndexedElem SetManager.createPIndexedElem()
          It creates an indexed element to be used by the binding for exchanging elements between the MI and the binding, using the paAdd and the paiterate methods.
 PIndexedElem CollectionManager.createPIndexedElem()
          It creates an indexed element to be used by the binding for exchanging elements between the MI and the binding, using the paAdd and the paiterate methods.